home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / lisp / changelog < prev    next >
Text File  |  1993-07-19  |  543KB  |  14,406 lines

  1. Sun Jul 18 02:38:03 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2.  
  3.     * Version 19.17 released.
  4.  
  5.     * makeinfo.el: Don't (require 'texinfmt) - that file doesn't exist
  6.     any more.
  7.  
  8.     * files.el (insert-directory): Doc fix.
  9.  
  10.     * files.el (insert-directory): If FULL-DIRECTORY-P is non-nil,
  11.     add "." component to the end of the path, so that if file is a
  12.     symlink, we get the contents of the directory, not the symlink
  13.     itself.
  14.  
  15. Sat Jul 17 13:25:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  16.  
  17.     * tar-mode.el (tar-extract): Use view-exit-action to kill viewed buf.
  18.  
  19.     * view.el: Doc fixes; some args renamed.
  20.  
  21.     * gnus.el (gnus-info-nodes): Update node names.
  22.  
  23.     * makeinfo.el (makeinfo-options): Fix option syntax in initial value.
  24.  
  25.     * texinfo.el (texinfo-mode): Undo changes mistakenly added with
  26.     previous batch: texinfo-{start,end}-of-header are now tex-...
  27.  
  28. Sat Jul 17 18:13:11 1993  Johan Vromans  (jv@mh.nl)
  29.  
  30.     * forms.el: New version 2.0.
  31.     Redesigned and rewritten to use Emacs 19 text properties. 
  32.     Requires Emacs 19.16 or later.
  33.  
  34. Sat Jul 17 01:58:36 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  35.  
  36.     * term/x-win.el: Include (invocation-name) in the error messages
  37.     which might occur during startup.
  38.  
  39.     * shell.el (shell-process-pushd): Fix syntax error in
  40.     condition-case.
  41.  
  42. Fri Jul 16 20:16:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  43.  
  44.     * menu-bar.el (revert-buffer): Make menu-enable form more accurate
  45.     using revert-buffer-function and verify-visited-file-modtime.
  46.     (menu-bar-help-menu): Put back under global-map.
  47.     (menu-bar-final-items): Set it.
  48.  
  49.     * mh-e.el (mh-yank-hooks): Use (mark t).
  50.     (mh-new-draft-name): Likewise.
  51.  
  52. Fri Jul 16 16:30:18 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  53.  
  54.     * comint.el (comint-{next,prev}-prompt, comint-send-eof): New defuns.
  55.     (comint-mode-map): Bind C-c C-n, C-c C-p, and C-c C-d to those.
  56.     Bind C-c C-y to comint-previous-input, for compatibility with v18
  57.     shell.el.
  58.  
  59. Fri Jul 16 15:53:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  60.  
  61.     * advice.el (ad-start-advice-on-load): Initialize to t.
  62.  
  63. Fri Jul 16 04:45:14 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  64.  
  65.     * term/x-win.el: Make the `-rn NAME' option specify a resource
  66.     name, as documented, and not a resource database string.  Make
  67.     `-name NAME' act like `-rn NAME' and also set the name of the
  68.     initial frame.
  69.     (command-switch-alist): Process the `-rn' and `-name' options
  70.     using the x-handle-name-rn-switch function.
  71.     (x-handle-name-rn-switch): New function, which sets the
  72.     x-resource-name variable.
  73.     (opening connection): Make sure x-resource-name is valid.  If it's
  74.     not a string, set it to (invocation-name), with any periods or
  75.     asterisks changed to hyphens.
  76.  
  77.     * term/x-win.el: Make the `-xrm STRING' option specify a resource
  78.     database string.  `-rn' used to behave this way.
  79.     (command-switch-alist): Process the `-xrm' switch using
  80.     x-handle-xrm-switch.
  81.     (x-handle-xrm-switch): Renamed from x-handle-rn-switch; this
  82.     function does the right thing for `-xrm', not for `-rn'.
  83.  
  84. Fri Jul 16 00:11:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  85.  
  86.     * sendmail.el (mail-bury): If selected frame is dedicated,
  87.     and there are other visible frames, delete this frame.
  88.  
  89.     * rmail.el (rmail-mail-new-frame): New variable.
  90.     (rmail-start-mail): New function.
  91.     (rmail-mail, rmail-continue, rmail-reply, rmail-forward)
  92.     (rmail-retry-failure): Use rmail-start-mail.
  93.  
  94. Thu Jul 15 01:29:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  95.  
  96.     * faces.el (face-equal): Don't mess with face-background-pixmap.
  97.  
  98.     * ispell.el (ispell-menu-map): Add missing quote in defalias.
  99.     (ispell-window-configuration): Initialize to nil.
  100.  
  101.     * vc-hooks.el (vc-rcs-status): Make work buffer's name start w/ space.
  102.  
  103.     * simple.el (completion-setup-function): Insert the mouse help message
  104.     only if non-nil `window-system'.
  105.  
  106.     * paren.el: Enable the hook only if window-system.
  107.     Clear blink-paren-function at the same time.
  108.     (show-paren-command-hook): If after a closeparen,
  109.     highlight that closeparen as well as matching open.
  110.     Use a different color for a mismatch, if color screen.
  111.  
  112. Thu Jul 15 01:07:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  113.  
  114.     * assoc.el (asort): First argument should be named alist-symbol,
  115.     not assoc-symbol.
  116.  
  117. Wed Jul 14 23:52:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  118.  
  119.     * server.el (server-done): Let save-buffer make the backup,
  120.     so that make-backup-files remains effective.
  121.  
  122.     * loaddefs.el: Delete C-x a C-h binding.
  123.  
  124.     * menu-bar.el (help-menu-bar-map): Put the Help item in this map.
  125.  
  126. Wed Jul 14 23:46:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  127.  
  128.     * isearch.el (isearch-edit-string): Bind isearch-nonincremental to
  129.     its own value, not to nil.
  130.  
  131. Wed Jul 14 23:35:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  132.  
  133.     * hippie-exp.el: Renamed from hippie.el.
  134.  
  135. Wed Jul 14 23:08:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  136.  
  137.     * compile.el (compilation-parse-errors): After skipping two lines,
  138.     move one char back so point is before the newline.
  139.  
  140. Wed Jul 14 21:55:13 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  141.  
  142.     * gud.el (gud-debugger-startup): Replaced with gud-massage-args.
  143.     (gud-{gdb,sdb,xdb}-debugger-startup): Replaced with gud-*-massage-args.
  144.     (gdb, sdb, xdb): Argument is command line, not args for it.  Remove
  145.     debugger name from prompt and put it in the default input instead.
  146.     Overload gud-massage-args instead of gud-debugger-startup.
  147.     (gud-chop-words): New function; subr for gud-common-init.
  148.     (gud-common-init): Argument is command line, not args for it.
  149.     Rewritten to use gud-chop-words instead of temp buffer and kludge
  150.     involving read.  Find the program name as the first word of the
  151.     command line.  Use make-comint and gud-massage-args in place of
  152.     gud-debugger-startup. 
  153.     Expand the file name before passing it to gud-massage-args.
  154.  
  155. Wed Jul 14 19:38:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  156.  
  157.     * spook.el (snarf-spooks): Restore function.
  158.  
  159.     * cookie1.el (cookie-cache): New defvar.
  160.     (cookie-snarf): Cache cookies in cookie-cache, not in obarray (idiot).
  161.     Also store the modtime and punt the cache when it changes.
  162.  
  163. Wed Jul 14 19:14:37 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  164.  
  165.     Changes from Anders Holst, to bring hippie-expand up to version 1.2:
  166.     * hippie-exp.el (hippie-expand-max-buffers): New variable.
  167.     (try-expand-line-all-buffers, try-expand-list-all-buffers,
  168.     try-expand-dabbrev-all-buffers): Use it.
  169.     (try-expand-list, try-expand-list-all-buffers): New functions.
  170.     (he-string-beg, he-string-end, he-search-loc): These values are
  171.     now markers, not integers.  Uses changed.
  172.     (he-reset-string, he-substitute-string): Use a marker to preserve
  173.     the old position of point.
  174.     (try-expand-all-abbrevs): handle case the same way as the
  175.         usual expand-abbrev (which is not a very good way, but for
  176.         consistency...). 
  177.     (he-dabbrev-beg): Use `skip-syntax' instead of `skip-chars', to
  178.         adjust its behavior to different modes.
  179.     (hippie-expand): Don't messages which try function it is using,
  180.         when the expansion itself is done in the minibuffer (it was very
  181.         annoying to have the message obscuring the expansion).
  182.     (try-complete-file-name, try-complete-file-name-partially,
  183.     try-complete-lisp-symbol, try-complete-lisp-symbol-partially,
  184.     try-expand-line, try-expand-line-all-buffers,
  185.     try-expand-all-abbrevs, try-expand-dabbrev,
  186.     try-expand-dabbrev-all-buffers): No unnecessary "resetting" of the
  187.     epansion, when no expansion is done (caused the buffer to be
  188.     marked as changed, although nothing was done, among other things).
  189.     (he-reset-string): Undoing of last expansion at a later occasion, now
  190.         undoes correctly (before, it garbled things up).
  191.     (make-hippie-expand-function): now uses "(function ...)" 
  192.         instead of "'" (matters for compilation).
  193.     (try-expand-line, try-expand-line-all-buffers,
  194.     he-line-search-regexp): uses `comint-prompt-regexp' instead of
  195.     `shell-prompt-pattern', to strip off prompt in process buffers.
  196.  
  197. Wed Jul 14 16:56:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  198.  
  199.     * autoload.el (generate-file-autoloads):
  200.     Fix FILE truename hacking to substring
  201.     SOURCE-TRUENAME instead of FILE.
  202.  
  203. Tue Jul 13 01:51:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  204.  
  205.     * faces.el (copy-face): New arg NEW-FRAME.
  206.     (list-faces-display): New command.
  207.  
  208.     * simple.el (completion-mode): New major mode.
  209.     (completion-setup-function): New function.
  210.     Add it to completion-setup-hook.
  211.  
  212.     * mouse.el (mouse-choose-completion): New function.
  213.  
  214.     * dunnet.el: Many functions and variables renamed.
  215.  
  216.     * sendmail.el (mail-bury): New function.
  217.     (mail-send-and-exit): Call mail-bury.
  218.     (mail-dont-send): New command, with menu bar binding.
  219.  
  220.     * compare-w.el (compare-windows-skip-whitespace): New function.
  221.     (compare-windows): Use that.
  222.     (compare-windows-whitespace): Value is now regexp.
  223.  
  224.     * rmail.el (rmail-insert-inbox-text): If inbox is not in the
  225.     spool dir, try copying before renaming.
  226.  
  227. Tue Jul 13 00:38:53 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  228.  
  229.     * shell.el (shell-prompt-pattern): Don't match more than one line.
  230.     Doc fix.
  231.  
  232.     * bytecomp.el (byte-compile-from-buffer): Bind float-output-format
  233.     to "%.20e", not "%20e"; the latter is always ignored, since it
  234.     doesn't have a decimal point after the percent sign.
  235.  
  236. Mon Jul 12 23:17:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  237.  
  238.     * autoload.el (generate-file-autoloads): Correctly detect when the
  239.     buffer receiving the autoload forms is in a parent of or the same
  240.     directory as FILE, even in the presence of symlinks.
  241.  
  242. Mon Jul 12 23:57:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  243.  
  244.     * subr.el (define-key-after): Error if KEY has two elements.
  245.  
  246.     * dired.el (dired-mode-map): Add menu bar items.
  247.  
  248. Mon Jul 12 23:17:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  249.  
  250.     * autoload.el (generate-file-autoloads): Correctly detect when the
  251.     buffer receiving the autoload forms is in a parent of or the same
  252.     directory as FILE.
  253.  
  254. Mon Jul 12 16:44:47 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  255.  
  256.     * ange-ftp.el: Install the correct regexp in
  257.     file-name-handler-alist.
  258.  
  259.     * term/x-win.el: Recognize affirmative values for reverseVideo
  260.     properly.  Include "on" in the list of recognized values.
  261.  
  262. Mon Jul 12 15:11:55 1993  Paul Eggert  (eggert@twinsun.com)
  263.  
  264.     * vc-hooks.el (vc-rcs-status): Include head version number
  265.     in mode line if there are no locks.
  266.  
  267. Mon Jul 12 14:36:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  268.  
  269.     * menu-bar.el (menu-bar-file-menu): Add menu item for dired.
  270.  
  271.     * menu-bar.el (ispell-menu-map): New autoload definition.
  272.     (menu-bar-edit-menu): Add "Spell" item.
  273.     * ispell.el (ispell-menu-map): New keymap--both fn and var.
  274.  
  275.     * loaddefs.el (mode-line-buffer-identification): Doc fix.
  276.  
  277. Sat Jul 10 23:28:50 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  278.  
  279.     * calendar.el (calendar-holidays): Don't autoload this; its value
  280.     must be set after the user's .emacs file is loaded.
  281.  
  282. Sat Jul 10 01:15:54 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  283.  
  284.     * paren.el (show-paren-command-hook): Do nothing if not window-system.
  285.  
  286. Fri Jul  9 00:04:12 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  287.  
  288.     * rmailout.el (rmail-output): If file is an Rmail file,
  289.     use rmail-output-to-rmail-file.
  290.     (rmail-output-to-rmail-file): If file exists
  291.     and is not an Rmail file, use rmail-output.
  292.     If we find an element in rmail-output-file-alist, eval it.
  293.     (rmail-file-p): New function.
  294.     (rmail-output-file-alist): Now contains expressions to eval.
  295.  
  296.     * font-lock.el: New file.
  297.  
  298.     * bytecomp.el (byte-compile-setq-default):
  299.     Generate a progn of calls to set-default, then compile it.
  300.  
  301.     * menu-bar.el (mouse-menu-bar-buffers):
  302.     Don't lose if all buffer names are short.
  303.  
  304.     * dunnet.el: New file.
  305.  
  306. Thu Jul  8 19:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  307.  
  308.     * loaddefs.el (global-map): Bind M-next to scroll-other-window.
  309.  
  310.     * compile.el (compilation-error-regexp-alist):
  311.     Broaden ``Line N of "FILE": msg'' regexp
  312.     to also match Ultrix f77: ``Error on line N of FILE: msg''.
  313.  
  314. Thu Jul  8 18:42:14 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  315.  
  316.     * Make everything that deactivates the mark do it consistently.
  317.     * simple.el (deactivate-mark): New function.
  318.     (kill-ring-save, pop-mark, keyboard-quit): Call it.
  319.     * ispell.el (ispell):
  320.     Call deactivate-mark instead of setting mark-active directly.  Do
  321.     this regardless of transient-mark-mode.
  322.     * isearch.el (isearch-done):
  323.     Call deactivate-mark instead of setting mark-active
  324.     directly.  Do this regardless of transient-mark-mode.
  325.  
  326. Thu Jul  8 20:51:51 1993  Richard Stallman  (rms@churchy.gnu.ai.mit.edu)
  327.  
  328.     * files.el (basic-save-buffer): Use after-save-hook.
  329.  
  330. Thu Jul  8 17:46:22 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  331.  
  332.     * simple.el: Put error-conditions and error-message properties on
  333.     'mark-inactive.
  334.     (mark): Signal 'mark-inactive instead of using error with a message.
  335.  
  336. Thu Jul  8 17:14:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  337.  
  338.     * mailabbrev.el (mail-abbrev-end-of-buffer): Fix interactive spec
  339.     to "P", same as end-of-buffer.
  340.  
  341. Thu Jul  8 15:06:38 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  342.  
  343.     * hanoi.el: Add (provide 'hanoi).
  344.  
  345. Wed Jul  7 18:19:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  346.  
  347.     * files.el (file-relative-name): If we use default-directory,
  348.     call expand-file-name anyway.
  349.  
  350.     * texnfo-upd.el (texinfo-update-node): Bind auto-fill-hook
  351.     as well as auto-fill-function.
  352.     (texinfo-sequential-node-update): Likewise.
  353.  
  354. Wed Jul  7 09:25:37 1993  Robert J. Chassell  (bob at grackle)
  355.  
  356.         * texnfo-upd.el: Fix typo re `texinfo-sequential-node-update.'
  357.         Ensure that no commands depend on the value of
  358.         case-fold-search.
  359.     Rewrite messages.  Avoid using `mark-whole-buffer'.
  360.  
  361.     (texinfo-start-menu-description):
  362.         New function to insert title as description in a menu. 
  363.         (texinfo-make-menu-list): Remove automatic title insertion.
  364.     (texinfo-master-menu): Error message if file
  365.         contains too few nodes for a master menu.
  366.     Handle the case where no master menu was inserted.
  367.         (texinfo-insert-master-menu-list): Only attempt to insert detailed
  368.         master menu if there is one.
  369.         Insert a master menu only after `Top' node and before next node.
  370.  
  371.         (texinfo-check-for-node-name): Offer section title as prompt.
  372.         (texinfo-copy-next-section-title): Copy title correctly.
  373.     Handle failure to find @node.
  374.         (texinfo-copy-menu): Error message if menu empty.
  375.         (texinfo-pointer-name):  Find only those
  376.         section commands that are accompanied by `@node' lines.
  377.         (texinfo-section-types-regexp): Look for subh and subs, not just sub.
  378.         (texinfo-make-one-menu): Copy node-name correctly for message.
  379.         (texinfo-copy-menu-title): Copy title as it
  380.         should rather than node line.
  381.  
  382.         (texinfo-find-higher-level-node): Stop search at limit.
  383.     Special handling for `top' and `chapter' levels.
  384.         (texinfo-copy-menu-title): Rewrite to handle outer include files.
  385.         (texinfo-multi-file-update): Update all nodes properly (and sooner);
  386.         rewrite doc string and interactive. Copy title properly.
  387.         (texinfo-all-menus-update): Fixed typo that
  388.         caused the function to create a master menu when it shouldn't.
  389.         Update pre-existing master menu, if there is one.
  390.  
  391.     (texinfo-incorporate-descriptions): Use a regexp search to look for 
  392.     both kinds of menu item.
  393.     (texinfo-menu-indent-description): Likewise.
  394.     (texinfo-incorporate-menu-entry-names): New function.
  395.     (texinfo-insert-menu): Handle both kinds of menu item.
  396.      (texinfo-multi-files-insert-main-menu): Likewise.
  397.     (texinfo-update-node): Pass t as second arg to push-mark.
  398.     (texinfo-sequential-node-update): Likewise.
  399.     (texinfo-insert-node-lines): Bind `title' at a higher level.
  400.     Don't find previous @node if it's close.
  401.     Take region to process as arguments.
  402.     (texinfo-multiple-files-update): Handle prefix arg better within
  403.     `interactive'.  Canonicalize the blank lines.
  404.  
  405. Wed Jul  7 16:13:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  406.  
  407.     * autoload.el (update-file-autoloads):
  408.     Correctly do nothing when there are no cookies.
  409.  
  410. Wed Jul  7 15:58:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  411.  
  412.     * menu-bar.el (mouse-menu-choose-yank):
  413.     Change menu title to "Choose Next Yank".
  414.  
  415. Wed Jul  7 03:19:41 1993  Paul Eggert  (eggert@twinsun.com)
  416.  
  417.     * vc-hooks.el (vc-rcs-status): Removed unused variable `status'.
  418.  
  419.     * rmail.el (rmail-resend): Use RFC 822 style date in Resent-Date: line.
  420.     * sendmail.el (mail-do-fcc): Likewise, for appending Date: lines to
  421.     RMAIL mode buffers.  Use new `mail-rfc822-time-zone' function
  422.     to simplify pinhead generation.
  423.     * mail-utils.el (mail-rfc822-time-zone, mail-rfc822-date): New fns.
  424.  
  425. Wed Jul  7 02:26:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  426.  
  427.     * files.el (cd-absolute): Use abbreviate-file-name on expansion of DIR.
  428.  
  429.     * gud.el: Add (provide 'gud).
  430.  
  431.     * files.el (basic-save-buffer):
  432.     Invoke after-save-hook, not after-save-hooks.
  433.  
  434.     * time.el (display-time-file-nonempty-p): Use file-chase-links.
  435.  
  436.     * bytecomp.el (byte-compile-setq-default): Handle multiple pairs
  437.     args like setq (as the setq-default subr does).
  438.  
  439.     * autoload.el: Doc fix.
  440.  
  441. Tue Jul  6 18:07:14 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  442.  
  443.     * rmail.el (rmail-variables): Compare truename as well as given name
  444.     against rmail-file-name.
  445.  
  446.     * man.el (Man-mode-line-format): Add a space after global-mode-string.
  447.  
  448. Tue Jul  6 11:05:14 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  449.  
  450.     * Version 19.16 released.
  451.  
  452. Tue Jul  6 01:21:37 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  453.  
  454.     * vc.el (vc-start-entry): Don't call file-name-nondirectory on
  455.     FILE before passing it to vc-mode-line.  Everyplace else passes
  456.     vc-mode-line full filenames, and vc-mode-line now needs the real
  457.     file name to decide which version-control system the file is under.
  458.  
  459.     * man.el (Man-build-man-command): Don't leave a pipe symbol at the
  460.     end of the command list if Man-filter-list is nil.
  461.     (Man-default-man-args): Don't write out assq and mapconcat.
  462.     (Man-default-man-entry): Don't default to section 2 for C-mode.
  463.     Call Man-default-man-args, and let people use
  464.     Man-auto-section-alist if this is what they want.
  465.     (manual-entry): Call Man-translate-references, instead of writing
  466.     it out.
  467.     (Man-getpage-in-background): Don't apply Man-default-man-args
  468.     here; manual-entry has already run it, and
  469.     Man-follow-manual-reference provides the sections itself.
  470.  
  471. Mon Jul  5 00:43:20 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  472.  
  473.     * map-ynp.el (map-y-or-n-p): If we get a switch-frame-event,
  474.     save it until we're done asking questions, and then unread it.
  475.  
  476. Mon Jul  5 03:20:12 1993  Paul Eggert  (eggert@twinsun.com)
  477.  
  478.     * vc.el (vc-name): Move to vc-hooks.el.
  479.     * vc-hooks.el (vc-name): Moved from vc.el; vc-rcs-status now uses it.
  480.     (vc-name, vc-backend-deduce): Set both vc-name and vc-backend
  481.     properties, to avoid calling vc-registered unnecessarily when
  482.     the other property is needed.
  483.     (vc-rcs-status): Yield only status of locks; do not try to yield " REV"
  484.     if there are no locks, since this cannot be done easily if there are
  485.     branches.  Use vc-name instead of duplicating its function incorrectly.
  486.     Fix off-by-one bug when inserting master header pieces.  Read headers
  487.     8192 bytes at a time instead of 100.  Don't bother to expand-file-name.
  488.     (vc-rcs-glean-field): Removed.
  489.  
  490. Sun Jul  4 17:29:43 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  491.  
  492.     * outline.el (outline-mode-map): Add menu bar items.
  493.     (outline-minor-mode-map): Copy menu bar submap from outline-mode-map.
  494.  
  495.     * help.el (describe-key-briefly): Don't set `foo'.
  496.  
  497. Sun Jul  4 17:01:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  498.  
  499.     * subr.el (posn-point): Properly extract the BUFFER-POSITION field
  500.     of an event when read-key-sequence has placed it in a singleton
  501.     list.
  502.  
  503.     * comint.el (comint-prompt-regexp): Double the backslashes in the
  504.     sample prompt regexps, so that they print properly when unquoted.
  505.  
  506. Sun Jul  4 18:54:59 1993  Paul Eggert  (eggert@twinsun.com)
  507.  
  508.     * vc.el (vc-backend-diff): Undo "-q" change.  This was fixed
  509.     instead by adding -q support to vcdiff.
  510.  
  511. Sun Jul  4 13:55:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  512.  
  513.     * help.el (describe-prefix-bindings): New command.
  514.     (prefix-help-command): Set it.
  515.  
  516.     * hexl.el: Added a keyword.
  517.  
  518. Sun Jul  4 12:46:27 1993  Johan Vromans  (jv@mh.nl)
  519.  
  520.     * forms.el (forms-new-record-filter): Correct default value.
  521.     (forms-modified-record-filter): Correct default value.
  522.  
  523. Sun Jul  4 00:53:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  524.  
  525.     * paren.el (show-paren-command-hook): Add message for paren mismatch.
  526.  
  527.     * vc-hooks.el (vc-mode-line): Put `RCS' or `SCCS' before version num.
  528.  
  529. Sat Jul  3 21:44:54 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  530.  
  531.     * faces.el (make-face-bold, make-face-italic,
  532.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  533.     Properly pass noerror argument to recursive calls.
  534.  
  535.     * frame.el (frame-remove-geometry-params): New function.
  536.     (frame-initialize): Call it, instead of writing it out.
  537.  
  538. Sat Jul  3 15:03:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  539.  
  540.     * simple.el (kill-region): Cope with change hooks that change props.
  541.  
  542. Sat Jul  3 06:15:43 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  543.  
  544.         * term/x-win.el: Check the reverseVideo/ReverseVideo resource,
  545.     correctly distinguish between "on" and "off" values, and put a
  546.     parameter in default-frame-alist.
  547.     * frame.el (frame-initialize): Don't call x-get-resource here.
  548.  
  549. Sat Jul  3 03:22:04 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  550.  
  551.     * autoload.el (update-file-autoloads):
  552.     Do nothing when there are no cookies.
  553.  
  554. Fri Jul  2 18:55:23 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  555.  
  556.     * mouse.el (mouse-drag-region): Correctly handle drags which enter
  557.     other frames.
  558.  
  559. Fri Jul  2 17:28:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  560.  
  561.     * vc.el (vc-path): New variable.
  562.     (vc-do-command): Use vc-path.
  563.  
  564.     * menu-bar.el (menu-bar-edit-menu): Rename menu item to
  565.     Choose Next Paste.  Create this item along with all the others.
  566.  
  567.     * isearch.el (isearch-other-meta-char): Handle sequences
  568.     containing mouse clicks in scroll-bar that used another buffer's map.
  569.  
  570. Fri Jul  2 16:06:38 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  571.  
  572.     * vc.el (vc-backend-diff): Pass the "-q" flag only if we're using
  573.     rcsdiff.
  574.  
  575. Fri Jul  2 14:31:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  576.  
  577.     * menu-bar.el: Put mouse-menu-choose-yank binding after
  578.     paste=>yank binding in menu-bar-edit-menu.
  579.  
  580. Fri Jul  2 13:32:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  581.  
  582.     * bytecomp.el (byte-compile-keep-pending): Handle fset like defalias.
  583.     (byte-compile-file-form-defmumble): Fix backward if in prev change.
  584.  
  585. Thu Jul  1 20:14:44 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  586.  
  587.     * dired-aux.el (dired-diff): Work even when the mark is inactive.
  588.  
  589. Thu Jul  1 18:10:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  590.  
  591.     * sendmail.el (mail-send): Don't test buffer-modified-p
  592.     if buffer is visiting a file.
  593.  
  594.     * bytecomp.el (byte-compile-file-form-defmumble):
  595.     If byte-compile-compatibility, use fset, not defalias.
  596.  
  597. Thu Jul  1 16:33:01 1993  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
  598.  
  599.     * simple.el: Add bindings to function-key-map so that the keypad
  600.     keys act like ordinary self-insertion keys, unless explicitly bound.
  601.  
  602. Thu Jul  1 14:39:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  603.  
  604.     * mailabbrev.el (build-mail-abbrevs): Do substitute-in-file-name
  605.     on the abbrev, for `source'.
  606.  
  607.     * files.el (set-visited-file-name): Rename the old auto save file.
  608.  
  609. Thu Jun 30 23:31:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  610.  
  611.     * menu-bar.el (mouse-menu-choose-yank):
  612.     Just return when x-popup-menu returns nil.
  613.     Add menu-enable property to this function.
  614.  
  615. Wed Jun 30 17:50:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  616.  
  617.     * compile.el (compile-abbreviate-directory): New function.
  618.     (compilation-parse-errors): Use that, to visit files with a dirname
  619.     more like the one the user specified.
  620.  
  621. Wed Jun 30 15:38:53 1993  Johan Vromans  (jv@mh.nl)
  622.  
  623.     * forms.el: Add e-mail address and version info.
  624.     Adjust commentary and doc strings.
  625.     (forms-mode): Add ###autoload.
  626.     (forms-find-file): Add ###autoload.
  627.     (forms-find-file-other-window):    Add ###autoload.
  628.  
  629. Wed Jun 30 21:35:59 1993  Paul Eggert  (eggert@twinsun.com)
  630.  
  631.     * vc.el (vc-update-change-log): Ensure that file names inserted
  632.     into a ChangeLog are relative to that ChangeLog.
  633.  
  634. Wed Jun 30 12:43:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  635.  
  636.     * simple.el (mark-even-if-inactive): New variable.
  637.     (mark): Test it.
  638.  
  639.     * rmail.el: Doc fixes.
  640.  
  641. Wed Jun 30 00:29:08 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  642.  
  643.     * gud.el: Add history lists to the debugging commands, so we don't
  644.     have to retype the filename every invocation.
  645.     (gud-gdb-history, gud-sdb-history, gud-dbx-history,
  646.     gud-xdb-history): New variables.
  647.     (gdb, sdb, dbx, xdb): Use them when reading the argument string.
  648.  
  649.     * mouse.el (mouse-drag-region-1): Commented out.
  650.     (mouse-drag-region): Commented out, and replaced with new version,
  651.     which highlights the region as we drag.
  652.     (mouse-scroll-delay, mouse-drag-overlay): New variables.
  653.     (mouse-scroll-subr): New function.
  654.  
  655.     * sun-fns.el, sun-curs.el: Move these to lisp/term, to be with
  656.     sun-mouse.el.
  657.  
  658. Tue Jun 29 19:00:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  659.  
  660.     * faces.el (global-face-data): Doc fix.
  661.  
  662.     * gnus.el (gnus-newsrc-to-gnus-format): Correct regexp which
  663.     matches .newsrc lines not to match more than one line.
  664.  
  665. Tue Jun 29 13:05:15 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  666.  
  667.     * ls-lisp.el (insert-directory): Doc fix.
  668.     (ls-lisp-format): Provide user name when known.
  669.     On ms-dos, provide a name for the group, to be prettier.
  670.  
  671. Mon Jun 28 00:47:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  672.  
  673.     * subr.el (define-key-after): Delete duplicate bindings that come
  674.     after the new one.  Do insert when we reach the end, if haven't before.
  675.  
  676.     * paren.el: New file.
  677.  
  678.     * faces.el (face-initialize): Create `underline' face.
  679.     (x-initialize-frame-faces): Set up `underline' face.
  680.  
  681.     * faces.el (x-initialize-frame-faces): Check x-display-color-p
  682.     and x-display-planes to decide whether to try using colors or gray.
  683.  
  684.     * man.el (Man-auto-section-alist): Default value nil.
  685.     (Man-getpage-in-background): Call Man-default-man-args.
  686.     (Man-filter-list): Don't discard overstrike here.
  687.     (Man-set-fonts): New function.
  688.     (Man-bgproc-sentinel): Call Man-set-fonts.
  689.     (Man-version-number): Var deleted.
  690.     (Man-version): Command and binding deleted.
  691.     (Man-mode): Use Manual, not Man, as official mode name.
  692.  
  693.     * solar.el: Doc fixes.
  694.  
  695.     * c-mode.el (c-forward-conditional): New function.
  696.     (c-up-conditional): Use c-forward-conditional.
  697.     (c-backward-conditional): New function.
  698.     (c-mode-map): Make bindings for them.
  699.  
  700. Sun Jun 27 20:56:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  701.  
  702.     * vc.el (vc-update-change-log): Restore previous default-directory
  703.     for running rcs2log.
  704.  
  705. Sat Jun 26 00:18:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  706.  
  707.     * subr.el (define-key-after): New function.
  708.  
  709. Fri Jun 25 13:58:52 1993  Barry A. Warsaw  (warsaw@anthem.nlm.nih.gov)
  710.  
  711.     * reporter.el (reporter-submit-bug-report): Rename local var curbuf
  712.     to reporter-eval-buffer.
  713.     (reporter-dump-variable): Eval varsym in reporter-eval-buffer.
  714.  
  715.     * c++-mode.el (c++-fast-backward-syntactic-ws-2)
  716.     (c++-fast-backward-syntactic-ws-1): Change the proper syntax table
  717.     depending on whether we are editing C or C++ code.
  718.  
  719.     * c++-mode.el (c++-indent-exp): When computing offset for open-brace
  720.     line, check not at class top level before adding c-indent-level.
  721.     Fix bug handling member init lists.
  722.     Fix case where comments follow a continued statement.
  723.     Fix handling of c-brace-offset < 0.
  724.  
  725.     * c++-mode.el (c++-calculate-indent):
  726.     Fixed indentation when base class declaration is on a separate line
  727.     then the derived class intro header.
  728.     Don't skip up past compound statement if we're in a member init list.
  729.  
  730.     * c++-mode.el (c++-indent-line): Clean up adjustment
  731.     of block closing braces.  Handle a list as value of
  732.     c++-block-close-brace-offset.
  733.  
  734.     * c++-mode.el (c++-indent-exp): Use c-continued-statement-offset
  735.     instead of c-indent-level to indent comma separated arg decl lists.
  736.  
  737.     * c++-mode.el (c++-fast-backward-syntactic-ws-2): Simplify for
  738.     new forward-comment semantics.
  739.  
  740.     * c++-mode.el (c++-calculate-indent): Change if's to cond in CASE3.
  741.     Require colon when looking for `case' or `default'.
  742.     Use c++-compound-offset.
  743.     (c++-compound-offset): New function.
  744.     Distinguish statement continuation from enum and initializer lists.
  745.  
  746. Fri Jun 25 18:30:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  747.  
  748.     * vc-hooks.el (vc-rcs-status): New variable.
  749.     (vc-mode-line): Display the lock status and head version.
  750.     (vc-rcs-status, vc-rcs-glean-field): New function.
  751.  
  752.     * menu-bar.el (mouse-menu-bar-buffers): Include % and * in each item.
  753.     Calculate amount of space needed for longest buffer name.
  754.     * mouse.el (mouse-buffer-menu): Likewise.
  755.  
  756. Fri Jun 25 18:01:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  757.  
  758.     * add-log.el (find-change-log): Try get-file-buffer before
  759.     file-exists-p.
  760.  
  761. Fri Jun 25 17:30:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  762.  
  763.     * vc.el (vc-diff): If `diff' gives empty output, return nil.
  764.  
  765. Wed Jun 23 21:45:19 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  766.  
  767.     * ange-ftp.el: Loosen file-name-handler-alist regexp so we can do
  768.     host name completion.
  769.  
  770.     * hexl.el (hexl-in-save-buffer): New flag.
  771.     (hexl-save-buffer): Prevent infinite recursion.
  772.  
  773. Tue Jun 22 04:11:33 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  774.  
  775.     * term/x-win.el (command-switch-alist): "-ib" takes a numeric
  776.     argument; use x-handle-numeric-switch for it.
  777.  
  778.     * replace.el (query-replace-map): Fix typo in binding for [return].
  779.  
  780. Tue Jun 22 00:23:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  781.  
  782.     * rmailsort.el: Don't touch rmail-summary-mode-map.
  783.     Don't touch rmail-mode-map.  Don't require rmail or sort.
  784.     (rmail-summary-sort-...): Moved to rmailsum.el.
  785.     (rmail-sort-from-summary): Likewise.
  786.  
  787.     * rmail.el: Add autoloads for rmailsort commands.
  788.     (rmail-mode-map): Add bindings for those commands.
  789.  
  790.     * rmailsum.el (rmail-summary-mode-map): Bind summary sort commands.
  791.     (rmail-summary-sort-...): Moved from rmailsort.el.
  792.     (rmail-sort-from-summary): Likewise.  Require rmailsort.
  793.  
  794. Mon Jun 21 22:01:23 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  795.  
  796.     * compile.el (compile-file-of-error): Remember that
  797.     compilation-error-list stores file names as strings, not as (DIR .
  798.     FILE) pairs.
  799.  
  800.     * diff.el (diff-parse-differences): Preserve the match data
  801.     across the call to find-file-noselect.
  802.  
  803.     * subr.el (event-end): Modified to account for multi-click events.
  804.  
  805. Mon Jun 21 01:53:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  806.  
  807.     * rmail.el (rmail-mode-map): Add local menu bar bindings.
  808.     (rmail-search-backward): New command.
  809.     (rmail-mode): Move to the last message.
  810.  
  811.     * rmailsum.el (rmail-summary-mode-map): Add local menu bar bindings.
  812.     (rmail-summary-search-backward): New command.
  813.     (rmail-summary-search): Don't use save-excursion.
  814.  
  815.     * sendmail.el (mail-mode-map): Add local menu bar bindings.
  816.  
  817.     * texinfo.el: Set up autoloads for files `makeinfo' and `texnfo-upd'.
  818.     (texinfo-delete-from-print-queue-command): New var.
  819.     (texinfo-tex-trailer): New var.
  820.     (texinfo-tex-region): Use that.
  821.     (texinfo-tex-buffer): Rewritten; use the actual source file.
  822.     Binding is now C-c C-t C-b.
  823.     (texinfo-texindex): Turned back on.
  824.     (texinfo-quit-job): New command, with binding.
  825.     (texinfo-delete-from-print-queue): Likewise.
  826.     (texinfo-show-structure): Indent each line according to depth.
  827.     Require texnfo-upd.
  828.     (texinfo-section-types-regexp): Var deleted.
  829.     (texinfo-insert-@-with-arg): New function.
  830.     (texinfo-insert-@var, etc.): Use that.
  831.     (texinfo-insert-@end): New command, now on C-c C-c e.
  832.     (texinfo-insert-@end-example): Deleted.
  833.     (texinfo-insert-@table): New command, on C-c C-c t.
  834.     (texinfo-start-menu-description): New command, on C-c C-c C-d.
  835.     (texinfo-mode): No longer set tex-trailer.
  836.     Make the @node for the top node start a page.
  837.     Use shorter values for tex-end-of-header and tex-start-of-header.
  838.     (texinfo-mode-map): Add bindings for makeinfo-buffer, etc.
  839.     Delete bindings for texinfo-format-buffer/region.
  840.     (texinfo-define-common-keys): New function.
  841.  
  842.     * texinfmt.el: File deleted.
  843.  
  844.     * makeinfo.el: New file.
  845.  
  846.     * metamail.el: New file.
  847.  
  848.     * time-stamp.el: New file.
  849.  
  850. Sun Jun 20 20:44:36 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  851.  
  852.     * add-log.el (add-log-current-defun): To find the name of the
  853.     function being defined in emacs-lisp-mode, lisp-mode, and
  854.     scheme-mode, skip an opening paren and an s-expression, instead of
  855.     just one word.  This allows us to properly recognize things like
  856.     define-key and define-macro.
  857.  
  858.     * replace.el (query-replace-map): Make RET exit query-replace,
  859.     just like ESC.
  860.  
  861. Sun Jun 20 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  862.  
  863.     * mh-e.el (mh-yank-cur-msg): Test mark-active.
  864.  
  865. Sat Jun 19 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  866.  
  867.     * version 19.15 released.
  868.  
  869. Sat Jun 19 17:47:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  870.  
  871.     * info.el (Info-insert-dir): Remove the call to recursive-edit.
  872.  
  873. Sat Jun 19 15:05:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  874.  
  875.     * info.el (Info-insert-dir): Record file attributes of files used.
  876.     Recompute the dir if they change.
  877.  
  878.     * files.el (insert-file): Report error if file is directory.
  879.  
  880. Fri Jun 18 21:43:43 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  881.  
  882.     * man.el (Man-switches): New variable.
  883.     (Man-build-man-command): Use it to build the man command.
  884.     (Man-mode): Mention it in documentation.
  885.  
  886. Fri Jun 18 21:13:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  887.  
  888.     * rmailout.el (rmail-output): Check file can be read before trying
  889.     to read part of it.
  890.  
  891.     * ange-ftp.el (ange-ftp-insert-file-contents):
  892.     Handle extra args BEG, END.
  893.  
  894. Fri Jun 18 19:25:02 1993  Johan Vromans  (jv@mh.nl)
  895.  
  896.     * forms.el: Delete local variables list.
  897.     (forms-forms-scrolls): Deleted.
  898.     (forms-forms-jumps): Deleted.
  899.     (forms--change-commands): Use substitute-key-definition.
  900.     (forms-mode): Call forms--change-commands later on.
  901.  
  902. Fri Jun 18 13:55:31 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  903.  
  904.     * compile.el (compilation-error-regexp-alist): Generalize the
  905.     Apollo/BSD4.3 regexp to handle IBM RS6k too.
  906.  
  907.     * mouse.el (mouse-secondary-save-then-kill): Don't switch windows.
  908.     Just set-buffer, and put save-excursion around it.
  909.     (mouse-set-secondary, mouse-start-secondary): Likewise.
  910.     (mouse-drag-secondary): Switch windows and move point just temporarily.
  911.  
  912. Fri Jun 18 13:49:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  913.  
  914.     * dired.el (dired-summary): dired-do-rename is on "R", not "r".
  915.  
  916. Fri Jun 18 10:14:45 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  917.  
  918.         * calendar.el (calendar-version): Update to 5.1.  Fixed a variety
  919.         of spelling error in comments and doc strings.
  920.         (calendar-sexp-debug): New variable to turn off error catching.
  921.     (calendar-absolute-from-gregorian): Removed unused vars month, day.
  922.         (view-calendar-holidays-initially, all-hebrew-calendar-holidays,
  923.         all-christian-calendar-holidays, all-christian-islamic-holidays,
  924.         diary-nonmarking-symbol, hebrew-diary-entry-symbol,
  925.         islamic-diary-entry-symbol, diary-include-string,
  926.         abbreviated-calendar-year, european-calendar-style,
  927.         european-calendar-display-form, american-calendar-display-form,
  928.         calendar-date-display-form, print-diary-entries-hook,
  929.         list-diary-entries-hook, nongregorian-diary-listing-hook,
  930.         nongregorian-diary-marking-hook, diary-list-include-blanks,
  931.         holidays-in-diary-buffer, general-holidays,
  932.         increment-calendar-month, calendar-sum, calendar-string-spread,
  933.         calendar-absolute-from-iso, calendar-print-iso-date,
  934.         hebrew-calendar-elapsed-days, list-yahrzeit-dates,
  935.         calendar-print-astro-day-number): Fix doc strings.
  936.         (calendar-nth-named-day): Rewritten to include optional day of month.
  937.         (general-holidays, calendar-holidays, hebrew-holidays,
  938.         christian-holidays, islamic-holidays,
  939.         solar-holidays): Rewritten to include require of cal-dst.el and to
  940.         show the time of the change to/from daylight savings time.
  941.         (calendar-current-time-zone, calendar-time-zone,
  942.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  943.         calendar-daylight-time-zone-name, calendar-daylight-savings-starts,
  944.         calendar-daylight-savings-ends,
  945.         calendar-daylight-savings-switchover-time): Moved to cal-dst.el.
  946.         (calendar-location-name, calendar-time-display-form, calendar-latitude,
  947.         calendar-longitude): Moved to solar.el.
  948.         (calendar-holidays): Unquote it!
  949.  
  950.         * solar.el (calendar-holiday-solar-equinoxes-solstices): Renamed
  951.         solar-equinoxes-solstices.
  952.         (calendar-time-display-form, calendar-latitude,
  953.         calendar-longitude): Moved from calendar.el.
  954.         (calendar-time-zone, calendar-standard-time-zone-name,
  955.         calendar-daylight-time-zone-name,
  956.         calendar-daylight-savings-starts, calendar-daylight-savings-ends):
  957.         Take default values from calendar-current-time-zone, instead of
  958.         being overwritten in open code if they were set to nil.
  959.         (solar-time-string): Subtract calendar-daylight-time-offset when
  960.         computing dst-ends.  Avoid rounding errors when rounding time to
  961.         the nearest minute.
  962.  
  963.         * diary.el (list-sexp-diary-entries,
  964.         hebrew-calendar-year-Saturday-incomplete-Sunday,
  965.         hebrew-calendar-year-Monday-incomplete-Tuesday,
  966.         hebrew-calendar-year-Tuesday-regular-Thursday,
  967.         hebrew-calendar-year-Thursday-complete-Sunday,
  968.         hebrew-calendar-year-Saturday-complete-Thursday,
  969.         hebrew-calendar-year-Monday-complete-Saturday,
  970.         hebrew-calendar-year-Thursday-incomplete-Sunday): Fix doc strings.
  971.         (diary-sexp-entry): Use calendar-sexp-debug to turn off error catching.
  972.         
  973.         * diary-ins.el (insert-cyclic-diary-entry): Fix date form.
  974.  
  975.         * cal-mayan.el (calendar-mayan-days-before-absolute-zero,
  976.         calendar-mayan-haab-difference, calendar-mayan-tzolkin-difference,
  977.         calendar-mayan-tzolkin-haab-on-or-before,
  978.         calendar-previous-calendar-round-date,
  979.         calendar-absolute-from-mayan-long-count,
  980.         calendar-print-mayan-date): Fix doc strings.
  981.  
  982.         * holidays.el (calendar-holiday-function-fixed,
  983.         calendar-holiday-function-float, calendar-holiday-function-julian,
  984.         calendar-holiday-function-islamic,
  985.         calendar-holiday-function-hebrew, calendar-holiday-function-sexp,
  986.         calendar-holiday-function-advent,
  987.         calendar-holiday-function-easter-etc,
  988.         calendar-holiday-function-greek-orthodox-easter,
  989.         calendar-holiday-function-rosh-hashanah-etc,
  990.         calendar-holiday-function-hanukkah,
  991.         calendar-holiday-function-passover-etc,
  992.         calendar-holiday-function-tisha-b-av-etc): Renamed without words
  993.         "calendar" and "function"; changed argument from a list of values to
  994.         individual values.  Fixed doc strings.
  995.         (calendar-holiday-function-if): Removed.
  996.         (calendar-holiday-solar-equinoxes-solstices): Renamed
  997.         solar-equinoxes-solstices.
  998.         (calendar-holiday-list): Rewrote to accomodate the name changes
  999.         above and the unquoting of calendar-holidays.
  1000.         (calendar-cursor-holidays):  Change screen-width to frame-width.
  1001.         (holiday-sexp): Rewritten.
  1002.  
  1003.         * lunar.el (lunar-phase): Use time conversion from solar.el
  1004.  
  1005.         * cal-dst.el: New file.
  1006.         (calendar-/, calendar-%, calendar-absolute-from-time,
  1007.         calendar-time-from-absolute, calendar-next-time-zone-transition,
  1008.         calendar-time-zone-daylight-rules): New functions.
  1009.         (calendar-current-time-zone): Moved from calendar.el and rewritten.
  1010.         (calendar-current-time-zone-cache): New variable.
  1011.         (calendar-current-time-zone, calendar-time-zone,
  1012.         calendar-daylight-time-offset, calendar-standard-time-zone-name,
  1013.         calendar-daylight-time-zone-name,
  1014.         calendar-daylight-savings-starts, calendar-daylight-savings-ends,
  1015.         calendar-daylight-savings-switchover-time): Moved from calendar.el.
  1016.  
  1017. Thu Jun 17 19:29:56 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1018.  
  1019.     * Version 19.14 released.
  1020.  
  1021. Thu Jun 17 19:41:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1022.  
  1023.     * sendmail.el (mail-citation-hook): New hook var.
  1024.     (mail-yank-original): Use that hook if not nil.
  1025.  
  1026.     * sc.el: Change usage comment.
  1027.  
  1028. Thu Jun 17 18:57:01 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1029.  
  1030.     * faces.el (make-face-bold, make-face-italic,
  1031.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  1032.     Always pass the frame parameter to internal-try-face-font; we only
  1033.     want to set the face for this frame.
  1034.  
  1035.     * faces.el (make-face-bold, make-face-italic,
  1036.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  1037.     Fix error messages.
  1038.  
  1039. Thu Jun 17 00:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1040.  
  1041.     * faces.el (set-face-background-pixmap, face-background-pixmap):
  1042.     Functions commented out.
  1043.  
  1044.     * mouse.el (mouse-start-secondary): New function.
  1045.     (mouse-set-secondary, mouse-drag-secondary): New functions.
  1046.     (mouse-kill-secondary, mouse-secondary-save-then-kill): New functions.
  1047.  
  1048.     * term/vt200.el: Translate F11 (ESC [ 23 ~) to ESC.
  1049.     * term/vt201.el, term/vt220.el, term/vt240.el: Likewise.
  1050.  
  1051.     * autoload.el (generate-file-autoloads): Undo previous change
  1052.     because make-docfile requires defvar doc string to start on first line.
  1053.  
  1054.     * cplus-md.el: Renamed from c++-mode.el.
  1055.     * cplus-md1.el: Renamed from c++-mode-1.el.
  1056.  
  1057.     * vc.el (vc-rename-file): Remove periods from error messages.
  1058.     (vc-backend-logentry-check, vc-revert-buffer): Likewise.
  1059.     (vc-retrieve-snapshot, vc-create-snapshot): Likewise.
  1060.     (vc-diff, vc-finish-logentry, vc-steal-lock): Likewise.
  1061.     (vc-register, vc-next-action-on-file, vc-registration-error): Likewise.
  1062.     (vc-cancel-version): Add space to end of question.
  1063.  
  1064.     * menu-bar.el (mouse-menu-choose-yank): New function.
  1065.     Put it in the edit menu.
  1066.     (yank-menu-length): New variable.
  1067.  
  1068. Wed Jun 16 20:16:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1069.  
  1070.     * subr.el (event-basic-type): Deal with listy events properly.
  1071.  
  1072. Wed Jun 16 23:06:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1073.  
  1074.     * autoload.el (make-autoload): Use memq once instead eq twice.
  1075.     (generate-file-autoloads): For non-autoloads, copy the defn textually
  1076.     rather than printing it after reading.
  1077.  
  1078.     * autoload.el (generate-autoload-cookie, update-autoloads-here):
  1079.     Doc fixes.
  1080.  
  1081. Wed Jun 16 17:21:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1082.  
  1083.     * frame.el (set-frame-configuration): Don't try to set a frame's
  1084.     minibuffer.  This parameter can't be changed, so that would signal
  1085.     an error.
  1086.  
  1087. Wed Jun 16 13:42:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1088.  
  1089.     * assoc.el (aput): Doc fix.
  1090.  
  1091.     * ls-lisp.el (insert-directory): If no handler, convert SWITCHES
  1092.     from a string to a list of characters.
  1093.  
  1094.     * disass.el (disassemble-internal): If function is autoload, load it.
  1095.  
  1096.     * lisp.el (parens-require-spaces): Var renamed and sense changed.
  1097.     (insert-parentheses): Corresponding changes.
  1098.  
  1099.     * rmailout.el (rmail-output): Use insert-file-contents to look at
  1100.     beginning of output file.
  1101.  
  1102.     * term/x-win.el (x-switch-definitions): Fix -iconic.
  1103.  
  1104.     * bytecomp.el (byte-compile-file-form-defmumble): Typo in prev change.
  1105.  
  1106. Tue Jun 15 03:56:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1107.  
  1108.     * server.el (server-process-filter): Use server-switch-buffer.
  1109.  
  1110.     * gud.el (gud-xdb-directories): Renamed from gud-xdb-paths.
  1111.     Defvar moved earlier.  All uses changed.
  1112.     (gud-xdb-debugger-startup): Rename local var `paths'.
  1113.     (gud-xdb-file-name): Likewise.
  1114.  
  1115.     * inf-lisp.el (inferior-lisp-buffer): Move defvar earlier.
  1116.  
  1117.     * mailalias.el (define-mail-alias): Remove excess whitespace better.
  1118.  
  1119.     * mailabbrev.el (define-mail-abbrev): Renamed from define-mail-alias.
  1120.     (build-mail-abbrevs): Use new name.
  1121.  
  1122.     * bytecomp.el (byte-compile-file-form-defmumble): Use defalias
  1123.     for named function, even if no doc string.
  1124.  
  1125.     * dired.el (dired-repeat-over-lines): Going fwd, skip new lines
  1126.     that FUNCTION inserts after the current line.
  1127.     Going backwd, no need for dired-move-to-filename each time.
  1128.  
  1129. Tue Jun 15 21:10:22 1993  Shane Hartman  (shane@nugget.spr.com)
  1130.  
  1131.         * gud.el (xdb): New debugger supported (xdb under HPUX-PARISC).
  1132.         (gud-xdb-debugger-startup): New function.
  1133.         (gud-xdb-file-name, gud-xdb-accumulation): New functions.
  1134.         (gud-xdb-marker-filter, gud-xdb-paths, gud-xdb-find-file): New.
  1135.  
  1136. Mon Jun 14 14:53:25 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1137.  
  1138.     * lisp.el (parens-dont-require-spaces): New variable.
  1139.     (insert-parentheses): Obey that variable.
  1140.  
  1141.     * emerge.el (emerge-make-diff3-list): Pass ancestor second.
  1142.     (emerge-extract-diffs3): Replace group-1 with group-2.
  1143.     (emerge-handle-local-variables): Pass no arg to hack-local-variables.
  1144.  
  1145.     * picture.el (picture-replace-match): New function.
  1146.     * dabbrev.el (dabbrev-expand): Do all changes with replace-match.
  1147.     In picture-mode, use picture-replace-match instead.
  1148.  
  1149. Mon Jun 14 10:57:43 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1150.  
  1151.     * holidays.el: Eval calendar-holidays; don't just use its value.
  1152.  
  1153.     * complete.el: (provide 'complete).
  1154.  
  1155. Mon Jun 14 03:10:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1156.  
  1157.     * window.el (balance-windows): Total rewrite.
  1158.  
  1159. Sun Jun 13 00:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1160.  
  1161.     * bytecomp.el (byte-compile-file): Undo previous change.
  1162.     (batch-byte-recompile-directory): Doc fix.
  1163.  
  1164.     * isearch.el (isearch-highlight): If no face `isearch', use `region'.
  1165.  
  1166.     * c-mode.el (c-indent-line): Call c-backward-to-start-of-if
  1167.     in the case of else following a close brace.
  1168.  
  1169.     * man.el (Man-getpage-in-background): Use TERM=dumb to prevent
  1170.     terminal control sequences in the output.
  1171.  
  1172. Sat Jun 12 16:58:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1173.  
  1174.     * files.el (abbreviate-file-name): Match home dir with no /
  1175.     if nothing else follows.
  1176.  
  1177.     * finder.el (finder-find-library): New function.
  1178.     (finder-commentary): Use it.
  1179.  
  1180.     * forms.el, forms-pass.el, forms-d2.el, forms-dat.el, forms.README:
  1181.     Moved from subdir forms-mode.  Subdir deleted.
  1182.  
  1183. Sat Jun 12 16:03:03 1993  Johan Vromans  (jv@mh.nl)
  1184.  
  1185.     * forms.el (forms--change-commands): 
  1186.     Use (function (lambda ...)) instead of '(lambda...).
  1187.  
  1188.     * forms.el: Provide `forms' as well as `forms-mode'.
  1189.     (forms-new-record-filter, forms-modified-record-filter): Add defvars.
  1190.  
  1191. Sat Jun 12 02:53:34 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1192.  
  1193.     * files.el (make-directory): By default create dir default-dir. 
  1194.  
  1195. Fri Jun 11 11:46:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1196.  
  1197.     * vc.el (vc-backend-diff): Always use -q option.
  1198.  
  1199.     * files.el (file-truename): Don't use expand-file-name to merge
  1200.     a link target into the previous dir.  Handle .. and . explicitly.
  1201.  
  1202.     * env.el (setenv): Treat case as significant.
  1203.  
  1204.     * mailabbrev.el (sendmail-pre-abbrev-expand-hook):
  1205.     If last-command-char is not a character, don't check char-syntax.
  1206.  
  1207.     * inf-lisp.el: Doc fixes. 
  1208.     (run-lisp): Add autoload.
  1209.     (inferior-lisp-mode-map): Explicitly make local prefix keys.
  1210.  
  1211.     * cmulisp.el: File deleted.
  1212.  
  1213.     * server.el (server-window): New variable.
  1214.     (server-switch-buffer): Use it.
  1215.  
  1216.     * flow-ctrl.el (enable-flow-control): Don't alter the 8-bit flag.
  1217.  
  1218.     * man.el (Man-filter-list): Add an element for X man pages.
  1219.     (Man-goto-page): Continue past errors in Man-build-references-alist.
  1220.  
  1221.     * rmailout.el (rmail-output-to-rmail-file): Use the smart default
  1222.     in the prompt.
  1223.  
  1224.     * register.el (view-register): Handle file name values.
  1225.  
  1226.     * etags.el (etags-tags-completion-table): When skipping the noise
  1227.     before the tag name, let it end with any char not allowed in a tag.
  1228.  
  1229.     * files.el (cd): Use file-name-absolute-p.
  1230.     (cd-absolute): No longer interactive.
  1231.  
  1232.     * echistory.el (electric-history-map): Don't use fillarray;
  1233.     make default bindings instead.  Bind up, down, home, next, prior.
  1234.  
  1235. Fri Jun 11 05:44:40 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1236.  
  1237.     * frame.el (frame-initialize): Remember to actually traverse
  1238.     initial-frame-alist.
  1239.  
  1240.     * gud.el (gud-last-last-frame): New variable.
  1241.     (gud-display-frame): Save the frame we displayed in
  1242.     gud-last-last-frame.
  1243.     (gud-refresh): Force gud-display-frame to jump to the last frame
  1244.     displayed, even if it has already done so once.
  1245.  
  1246.     * man.el (manual-entry): Recognize the subject(section) syntax.
  1247.  
  1248.     * picture.el (move-to-column-force): If column is negative, go
  1249.     flush left.
  1250.  
  1251.     * simple.el (hscroll-point-visible): Work as documented in the
  1252.     docstring for hscroll-step.
  1253.  
  1254. Fri Jun 11 00:04:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1255.  
  1256.     * lisp-mode.el (lisp-indent-function): Look for either
  1257.     lisp-indent-hook or lisp-indent-function property.
  1258.  
  1259.     * files.el (make-backup-files): Doc fix.
  1260.  
  1261.     * mouse.el (mouse-set-mark-fast): New function.
  1262.     (mouse-show-mark): New function.
  1263.     (mouse-kill-ring-save, mouse-save-then-kill): Use them.
  1264.     (mouse-save-then-kill): Don't let kill-region alter this-command.
  1265.     Check last-command accordingly.
  1266.     (mouse-split-window-vertically): Handle scroll bar events.
  1267.  
  1268. Thu Jun 10 13:41:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1269.  
  1270.     * rmail.el (rmail-primary-inbox-list): Use defvar, not defconst.
  1271.  
  1272.     * files.el (basic-save-buffer): Cal auto-save-mode with t as arg
  1273.     if and only if auto save was off and default is on.
  1274.     (set-visited-file-name): Likewise.
  1275.  
  1276.     * simple.el (append-to-buffer): Interactively, supply all 3 args.
  1277.     Allow nonexistent buffers.
  1278.  
  1279.     * files.el (abbreviate-file-name): Make abbreviated-home-dir
  1280.     from `~/', not from just `~'.
  1281.     (hack-one-local-variable): Query for ...-hook(s) and ..-function(s)
  1282.     as the `eval' variable.
  1283.  
  1284.     * ispell.el: Doc fixes.
  1285.     (ispell-command, ispell-command-options): New defvars.
  1286.     (start-ispell): Use them.
  1287.  
  1288.     * ange-ftp.el (ange-ftp-multi-msgs): Add 331-.
  1289.  
  1290.     * man.el (Man-mode): Run Man-mode-hook.
  1291.  
  1292.     * bibtex.el (bibtex-mode-map): Use tex-insert-quote, not TeX-...
  1293.  
  1294. Thu Jun 10 15:16:11 1993  Shane Hartman  (shane@nugget.spr.com)
  1295.  
  1296.         * c++-mode.el (calculate-c++-indent): Respect
  1297.         c-continued-brace-offset (as in c-mode.el).
  1298.  
  1299. Thu Jun 10 06:39:46 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1300.  
  1301.     * frame.el (frame-initialize): When deleting geometry
  1302.     specifications from initial-frame-alist, remember that they may
  1303.     occur more than once, and do, if the -geometry option was
  1304.     specified as well as a .geometry resource.
  1305.  
  1306.     * scroll-bar.el (scroll-bar-mode): Variable deleted.
  1307.     (scroll-bar-mode): Function changed to consult default-frame-alist
  1308.     instead of the variable.
  1309.  
  1310.     * gnus.el (gnus-start-news-server): If no server has been
  1311.     specified, but gnus-nntp-service is nil, don't ask for a server
  1312.     name; use the local host.
  1313.  
  1314.     * ange-ftp.el (ange-ftp-make-directory): Take second optional
  1315.     argument parents, like the original.  Implement it.
  1316.  
  1317.     * gnus.el (gnus-newsrc-to-gnus-format): Change regexp which
  1318.     matches .newsrc lines for better performance under the new regexp
  1319.     routines.
  1320.  
  1321. Thu Jun 10 13:40:44 1993  Dave Gillespie  (daveg@synaptics.com)
  1322.  
  1323.     * bytecomp.el: Bug fixes and upgrade to match Zawinski's v2.10.
  1324.     (byte-compile-dest-file): Added support for emacs-lisp-file-regexp.
  1325.     (byte-recompile-directory): Several things involving `noninteractive'.
  1326.     (byte-compile-file): Changed prompting in read-file-name.
  1327.     (byte-compile-insert-header): Put a magic number at top of .elc files,
  1328.     fixed backwards test of byte-compile-compatibility.
  1329.     (byte-compile-form, byte-defop-compiler19, byte-compile-list,
  1330.     byte-compile-concat, byte-compile-insert): Likewise.
  1331.     (byte-compile-condition-case): Added checking for unknown conditions.
  1332.     (batch-byte-recompile-directory): New function.
  1333.  
  1334. Wed Jun  9 05:43:49 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1335.  
  1336.     * compile.el (compilation-error-list): When we haven't yet
  1337.     generated a marker for the source position of an error message,
  1338.     store (FILENAME . LINE-NUMBER), not ((DIRECTORY . FILE)
  1339.     LINE-NUMBER).  Doc fix.
  1340.     (next-error, compilation-parse-errors): Adjusted appropriately.
  1341.  
  1342.     * scroll-bar.el (scroll-bar-set-window-start): Remember that the
  1343.     scroll bar numbers reflect the accessible region of the buffer,
  1344.     not the entire buffer.
  1345.  
  1346. Tue Jun  8 12:28:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1347.  
  1348.     * dired.el (dired-flag-auto-save-files): Ignore `*' added by ls -F.
  1349.  
  1350.     * sc.el (sc-mark): Use mark-marker.
  1351.  
  1352. Tue Jun  8 08:28:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1353.  
  1354.     * Version 19.13 released.
  1355.  
  1356. Tue Jun  8 00:40:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1357.  
  1358.     * fortran.el (fortran-indent-new-line): Renamed from
  1359.     fortran-reindent-then-newline-and-indent.
  1360.  
  1361.     * mouse.el (mouse-drag-region-1): Un-comment-out this function.
  1362.  
  1363.     * info.el (Info-follow-reference): Fix completion defaulting.
  1364.  
  1365. Mon Jun  7 21:47:37 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1366.  
  1367.         * calendar.el (calendar-current-time-zone): Change variable names
  1368.         to make them more readable.
  1369.         (calendar-time-zone, calendar-standard-time-zone-name,
  1370.         calendar-daylight-time-zone-name, calendar-daylight-savings-ends,
  1371.         calendar-daylight-savings-starts): Don't autload them.
  1372.  
  1373. Mon Jun  7 00:25:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1374.  
  1375.     * apropos.el (safe-documentation): Don't crash on byte-compiled macro.
  1376.  
  1377.     * telnet.el (telnet-simple-send): New function.
  1378.     (telnet): Arrange to use that.
  1379.  
  1380.     * sun-keys.el: File deleted.
  1381.  
  1382.     * texinfo.el (texinfo-section-types-regexp): Add @chapheading.
  1383.  
  1384.     * gud.el: Doc fixes.  Delete local variable list at the end.
  1385.     (expr-forward-sexp): Renamed from forw-expr.
  1386.     (expr-backward-sexp): Renamed from back-expr.
  1387.  
  1388.     * case-table.el (describe-buffer-case-table): Merge locals i and ch.
  1389.     Make *Help* current buffer for describe-vector.
  1390.  
  1391.     * bibtex.el: Fix typos in previous change.
  1392.     Add a few menu items.
  1393.  
  1394.     * compile.el (compilation-error-regexp-alist): Make sure each regexp
  1395.     can only match a few characters at the front.  Split off the Mips
  1396.     CC regexp from the Apollo regexp.
  1397.  
  1398.     * rmail.el (rmail-variables): Default rmail-inbox-list here.
  1399.     (rmail): Not here.
  1400.  
  1401.     * ange-ftp.el (ange-ftp-real-load): New function.
  1402.     (ange-ftp-load): New function--handles `load'.
  1403.  
  1404. Sun Jun  6 18:29:36 1993  Paul Eggert  (eggert@twinsun.com)
  1405.  
  1406.     * term/sun-mouse.el (mouse-union-first-preferred): Renamed from
  1407.     mouse-union-first-prefered.
  1408.  
  1409. Sun Jun  6 17:46:25 1993  Paul Eggert  (eggert@twinsun.com)
  1410.     
  1411.     * sc.el (sc-consistent-cite-p): Renamed from sc-consistant-cite-p.
  1412.  
  1413.     * etags.el (etags-recognize-tags-table): Fix misspelling of
  1414.     find-tag-regexp-next-line-after-failure-p.
  1415.  
  1416.     * bibtex.el (bibtex-name-alignment): Renamed from
  1417.     bibtex-name-alignement.
  1418.  
  1419.     * allout.el (outlinify-sticky): Renamed from outlineify-sticky.
  1420.  
  1421.     * faces.el (x-create-frame-with-faces): Reversevideo -> ReverseVideo.
  1422.     * frame.el (frame-initialize): Likewise.
  1423.  
  1424. Sun Jun  6 01:27:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1425.  
  1426.     * outline.el (outline-minor-mode): Add autoload cookie.
  1427.  
  1428.     * bibtex.el: Define 2 local menu-bar submaps.
  1429.     (bibtex-x-help, bibtex-x-environment): Deleted.
  1430.  
  1431.     * isearch.el (search-upper-case): Make `no-yanks' the default.
  1432.     (isearch-no-upper-case-p): New arg REGEXP-FLAG.
  1433.     (isearch-search): Pass new arg.
  1434.     (isearch-member-equal): Deleted.
  1435.     (isearch-overlay): New variable.
  1436.     (isearch-highlight, isearch-dehighlight): Rewritten to use overlays.
  1437.  
  1438.     * dired.el (dired-unmark-all-files): Read arg as just a character.
  1439.     Use non-regexp search to find a specific mark.
  1440.     Use subst-char-in-region to make the change.
  1441.     Improve the message at the end.
  1442.  
  1443.     * vip.el (vip-ctl-key-equivalent): Use vip-escape-to-emacs.
  1444.     (vip-escape-to-emacs): Use read-key-sequence and key-binding.
  1445.     Arg EVENTS replaces arg CHAR.  
  1446.     (vip-ESC, vip-ctl-c, vip-ctl-x, vip-ctl-h): These callers changed.
  1447.  
  1448.     * compile.el (compile-internal): Alter current buffer only temporarily.
  1449.  
  1450. Sat Jun  5 13:08:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1451.  
  1452.     * sendmail.el (mail-do-fcc): Replace the code for appending to buffer.
  1453.  
  1454.     * rmailsum.el (rmail-summary-next-msg): Fix number of dots in regexp.
  1455.  
  1456.     * scroll-bar.el (scroll-bar-drag-1):
  1457.     Calculate position relative to the accessible part of the buffer.
  1458.  
  1459.     * menu-bar.el (menu-bar-help-menu): Add defvar.
  1460.     (menu-bar-edit-menu, menu-bar-file-menu): Likewise.
  1461.  
  1462.     * dired.el (dired-flag-backup-files): Handle `*' made by `ls -F'.
  1463.  
  1464.     * ange-ftp.el (internal-ange-ftp-mode): Renamed from ange-ftp-mode.
  1465.     Callers changed.
  1466.  
  1467.     * menu-bar.el (window-system): Enable menu bars only if
  1468.     window-system is non-nil.
  1469.  
  1470.     * add-log.el (add-log-current-defun): Fix typos in last change.
  1471.  
  1472. Sat Jun  5 04:39:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1473.  
  1474.     * term/x-win.el (x-selection-timeout): Set it, using x-get-resource.
  1475.  
  1476. Fri Jun  4 07:14:44 1993  Paul Eggert  (eggert@twinsun.com)
  1477.  
  1478.     * timezone.el: (timezone-make-date-arpa-standard,
  1479.     timezone-make-date-sortable): Move common code into timezone-fix-time.
  1480.     (timezone-fix-time): Merge common code from above two functions.
  1481.     Yield time zone at end of result vector.
  1482.     Set time zone offset correctly as of the given time,
  1483.     instead of guessing from the current offset.
  1484.     (timezone-make-arpa-date, timezone-zone-to-minute): Convert
  1485.     current-time-zone style timezones into RFC-822 style timezones.
  1486.  
  1487.     (timezone-time-from-absolute, timezone-time-zone-from-absolute,
  1488.     timezone-day-number, timezone-absolute-from-gregorian):
  1489.     More functions borrowed from Reingold's calendar package.
  1490.  
  1491.     (timezone-make-arpa-date, timezone-make-sortable-date): Can safely
  1492.     assume that year includes century, since timezone-fix-time guarantees
  1493.     this.
  1494.  
  1495.     * gnuspost.el (gnus-current-time-zone):    New function, which tries
  1496.     current-time-zone, and if that fails falls back on gnus-local-timezone.
  1497.     (gnus-inews-date): Use it.
  1498.     (gnus-inews-valid-date): New optional args TIME (default now) and ZONE
  1499.         (default GMT).
  1500.     (gnus-inews-buggy-date): New optional arg TIME (default now).
  1501.  
  1502.     * gnus.el (gnus-local-timezone): Now used only if current-time-zone
  1503.     does not work.
  1504.  
  1505. Fri Jun  4 01:16:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1506.  
  1507.     * mh-e.el (mh-yank-cur-msg): Use (mark t).
  1508.  
  1509.     * simple.el (mark): Doc fix.
  1510.  
  1511.     * add-log.el (add-log-current-defun): Handle Fortran.
  1512.  
  1513.     * rmail.el (rmail-resend): Require sendmail and mailalias.
  1514.  
  1515.     * time.el (display-time-24hr-format): Make it a user option.
  1516.  
  1517.     * edt.el (GOLD-prefix): Define *after* GOLD-map.
  1518.  
  1519.     * dired.el (dired-change-marks): Just ding if one arg is RET.
  1520.     Search for strings, not regexps.  Use subst-char-in-region.
  1521.  
  1522.     * isearch.el (isearch-mode): Set isearch-window-configuration
  1523.     only if in slow mode.
  1524.     (isearch-done): Use isearch-window-configuration only if non-nil.
  1525.     (isearch-other-control-char): For mouse event, call isearch-done
  1526.     in the buffer whose keymap was used.
  1527.  
  1528.     * flow-ctrl.el (enable-flow-control): Doc fix.
  1529.  
  1530. Thu Jun  3 20:01:19 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1531.  
  1532.         * calendar.el (calendar-holidays): Quote it to delay evaluation
  1533.         until it's needed.
  1534.  
  1535.         * holidays.el (calendar-holiday-list): Eval calendar-holidays.
  1536.  
  1537. Thu Jun  3 00:47:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1538.  
  1539.     * sendmail.el (mail-do-fcc): Omit first 2 lines when appending
  1540.     to an RMAIL buffer.
  1541.  
  1542.     * simple.el (kill-ring-save): Doc fix.
  1543.  
  1544.     * rmailsum.el (rmail-summary-expunge-and-save): Do save-buffer last.
  1545.     Use two separate save-excursion calls.
  1546.     (rmail-summary-input): Use pop-to-buffer.
  1547.     (rmail-summary-get-new-mail): Gobble rmail-current-message;
  1548.     later go to that message.
  1549.     (rmail-summary-next-msg): Start at end of line, if moving forward.
  1550.     Move to beginning of line, after the loop.
  1551.     (rmail-new-summary): Fix format of elt in minor-mode-alist.
  1552.  
  1553.     * rmail.el (rmail-select-summary): Add a save-excursion.
  1554.  
  1555.     * rmailsum.el (rmail-summary-expunge-and-save):
  1556.     Call set-buffer again after rmail-only-expunge.
  1557.     (rmail-summary-add-label, rmail-summary-kill-label):
  1558.     Fix reading the label.
  1559.     (rmail-summary-rmail-update): Bind window locally.
  1560.     Use unwind-protect, not save-window-excursion.
  1561.  
  1562.     * vc-hooks.el (vc-find-file-hook): Check buffer-file-name is non-nil.
  1563.  
  1564.     * hideif.el (define-hide-ifdef-mode-map): Don't bind C-c LETTER.
  1565.     Use C-c ESC LETTER instead.
  1566.     Handle case where where-is-internal returns nil.
  1567.  
  1568.     * texinfmt.el: Provide texinfmt.
  1569.  
  1570.     * bytecomp.el (byte-compile-insert-header): Fix backwards test
  1571.     of byte-compile-compatibility.
  1572.  
  1573.     * info.el (Info-mode-map): Bind mouse-2, not mouse-3.
  1574.  
  1575.     * view.el (View-scroll-lines-forward): If we exit, do nothing else.
  1576.  
  1577.     * calendar.el (calendar-mode): Doc fix.
  1578.     (calendar-mark-ring): New defvar.
  1579.  
  1580.     * frame.el (frame-initialize): Set cursor-color last.
  1581.  
  1582.     * vip.el (vip-escape-to-emacs): Temporarily restore local map
  1583.     and use read-key-sequence.
  1584.  
  1585.     * rmailsum.el (rmail-summary-by-senders): New function.
  1586.     (rmail-message-senders-p): New function.
  1587.  
  1588. Thu Jun  3 17:58:59 1993  Dave Gillespie  (daveg@synaptics.com)
  1589.  
  1590.     * complete.el (PC-lisp-complete-symbol): Added.
  1591.     (PC-look-for-include-file): Recognize some Lisp notations.
  1592.     (PC-include-file-all-completions): Fixed uppercase variable names.
  1593.  
  1594. Wed Jun  2 12:56:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1595.  
  1596.     * info.el (Info-suffix-list): Handle .gz suffix.
  1597.     * ange-ftp.el (ange-ftp-binary-file-name-regexp): Handle .gz.
  1598.  
  1599.     * ehelp.el (electric-help-command-loop): Use equal to compare
  1600.     lists of events.
  1601.  
  1602.     * electric.el (Electric-command-loop): Use eq to compare events.
  1603.  
  1604.     * diff.el (diff): Really do use arg SWITCHES.
  1605.  
  1606.     * frame.el (frame-initialize): Delete geometry parms
  1607.     from initial-frame-alist.
  1608.  
  1609. Wed Jun  2 09:59:02 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  1610.  
  1611.         * calendar.el (calendar-daylight-savings-starts): Mention use of
  1612.         nil value in documentation string.
  1613.         (calendar-daylight-time-offset): New variable.
  1614.         (calendar-daylight-savings-switchover-time):  New variable.
  1615.         (calendar-mode): Mention them.
  1616.         (calendar-time-zone, calendar-print-astro-day-number,
  1617.         calendar-time-display-form): Change Universal Time (UT) to
  1618.         Coordinated Universal Time (UTC). 
  1619.  
  1620.         *solar.el (solar-setup, solar-ephemeris-time, sunrise-sunset): Change
  1621.         Universal Time (UT) to Coordinated Universal Time (UTC).
  1622.         (solar-time-string): Use calendar-daylight-time-offset instead of
  1623.         1 hr, and use calendar-daylight-savings-switchover-time instead of
  1624.         midnight.  Add an optional parameter to allow forcing the use of
  1625.         standard or daylight savings time.  Fix code so it works in
  1626.         southern hemisphere (start of dst precedes end of dst in a
  1627.         calendar year) and when dst either starts or ends in a calendar
  1628.         year, but not both.
  1629.  
  1630. Tue Jun  1 17:40:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  1631.  
  1632.     * allout.el (outlineify-sticky): Reconciled provisions for
  1633.     non-standard and standard prefix leaders.
  1634.  
  1635. Tue Jun  1 16:09:26 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1636.  
  1637.     * Version 19.12 released.
  1638.  
  1639.     * reporter.el: New file.
  1640.  
  1641.     * mouse.el (mouse-buffer-menu): Don't select the event's window,
  1642.     if event has frame instead.
  1643.  
  1644.     * tar-mode.el: Typo in autoload cookie.
  1645.  
  1646.     * shell.el (shell-prompt-pattern): Use defvar.
  1647.  
  1648.     * ange-ftp.el (ange-ftp-make-backup-files): Doc fix.
  1649.  
  1650.     * sendmail.el (mail-signature): Do not insert a line with `--'.
  1651.  
  1652.     * menu-bar.el (mouse-menu-bar-buffers): Renamed from mouse-buffer-menu.
  1653.  
  1654.     * subr.el (posn-timestamp): Doc fix.
  1655.  
  1656.     * sort.el (sort-fold-case): New variable.
  1657.     (sort-subr): Bind case-fold-search from sort-fold-case.
  1658.  
  1659.     * simple.el (undo):
  1660.     Pass proper arg to delete-auto-save-file-if-necessary.
  1661.  
  1662.     * desktop.el: New file.
  1663.  
  1664.     * c++-mode-1.el: New file.
  1665.  
  1666. Tue Jun  1 16:03:30 1993  Ken  Manheimer  (klm@coil.nist.gov)
  1667.  
  1668.     * allout.el (move-to-column): Pass zero instead of negative arg.
  1669.     Added some free variables defvars, so byte-comple doesn't complain.
  1670.     Included some stub code, eventually will be proper use of Emacs 19
  1671.     minor-mode-sensitive keymaps.
  1672.  
  1673. Tue Jun  1 14:01:25 1993  Stephen A. Wood  (saw@cebaf.gov)
  1674.  
  1675.     * fortran.el (fortran-mode): Replace comment-indent-hook with
  1676.     comment-indent-function.
  1677.  
  1678.     * fortran.el (fortran-is-in-string-p): Replaced with new version
  1679.     that uses the syntax table.
  1680.  
  1681.     * fortran.el (calculate-fortran-indent): Lines that have a # after
  1682.     whitespace are interpreted as cpp directives and outdented back to
  1683.     column zero.
  1684.  
  1685. Tue Jun  1 00:27:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1686.  
  1687.     * lucid.el (map-keymap): Doc fix.
  1688.  
  1689.     * dired-aux.el (dired-compress-file): Use gzip when proper/possible.
  1690.  
  1691.     * sc.el: Fix installation instructions.
  1692.     (sc-cite-original): Add autoload cookie.
  1693.  
  1694.     * sendmail.el (mail-yank-hooks): New hook variable.
  1695.     (mail-yank-original): Run the hook.
  1696.     (mail-indent-citation): New function.
  1697.  
  1698.     * cl.el (cl-mod): Renamed from mod.
  1699.  
  1700.     * Version 19.11 released.
  1701.  
  1702.     * lucid.el (copy-tree): Use let* to bind new before i.
  1703.  
  1704.     * terminal.el (te-pass-through): Delete debugging code left by mistake.
  1705.  
  1706.     * comint.el (comint-filter): Put window-start before the input.
  1707.  
  1708.     * isearch.el (isearch-mode): If enter recursive-edit,
  1709.     also bind isearch-recursive-edit.
  1710.  
  1711.     * cookie1.el: Renamed from cookie.el.
  1712.     Provide cookie1.
  1713.     * yow.el, spook.el: Changed accordingly.
  1714.  
  1715. Mon May 31 23:21:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1716.  
  1717.     * outline.el (outline-flag-region): Pass t as NOUNDO arg
  1718.     to subst-char-in-region.  No need to restore buffer-modified-p by hand.
  1719.  
  1720. Mon May 31 20:29:00 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  1721.  
  1722.     * term/x-win.el (x-invocation-args): Add defvar.
  1723.  
  1724. Mon May 31 19:59:12 1993  Junio Hamano  (junio@twinsun.com)
  1725.  
  1726.     * window.el (count-windows): PROC argument of
  1727.     walk-windows takes an argument.
  1728.  
  1729. Mon May 31 00:20:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1730.  
  1731.     * gnus.el (gnus-summary-isearch-article): Call isearch-forward
  1732.     in ordinary fashion with no args.
  1733.     (gnus-inews-article-hook, gnus-prepare-article-hook):
  1734.     Initialize to a list.
  1735.     (gnus-read-newsrc-file): If timestamps are equal, reload .newsrc. 
  1736.  
  1737.     * bibtex.el (bibtex-mode): Add autoload.
  1738.  
  1739.     * files.el (inhibit-local-variables-regexps): New variable.
  1740.     (set-auto-mode): Handle inhibit-local-variables-regexps.
  1741.  
  1742.     * tar-mode.el: Don't initialize write-file-hooks.
  1743.     Don't change auto-mode-alist.
  1744.     (tar-regexp): Deleted.
  1745.     (tar-normal-mode): Deleted.
  1746.     (tar-mode): Add autoload.
  1747.  
  1748.     * faces.el (x-resolve-font-name): Clean up error messages.
  1749.  
  1750.     * timer.el (run-at-time): Pass args to start-process in right order.
  1751.  
  1752.     * info.el (Info-get-token): Check that thesecond search succeeded.
  1753.  
  1754.     * edebug.el: Provide edebug.
  1755.  
  1756.     * rmailsum.el (rmail-message-subject-p): Fix typo in string constant.
  1757.  
  1758.     * cl.el (mod): Use cl-floor.
  1759.     (rem): Use cl-truncate.
  1760.  
  1761.     * gud.el (gud-def): Don't use gud-key-prefix at compile time.
  1762.  
  1763.     * window.el (shrink-window-if-larger-than-buffer): Add `interactive'.
  1764.     Do nothing if window contents not entirely visible.
  1765.  
  1766.     * sendmail.el (mail-do-fcc): Put back the newline at the start
  1767.     of the fcc temp buffer.  It got lost somewhere.
  1768.  
  1769. Sun May 30 15:14:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1770.  
  1771.     * gnus.el (gnus-nntp-server): Use gnus-default-nntp-server.
  1772.  
  1773.     * info.el (Info-mode-map): Correct Info-top to Info-top-node.
  1774.  
  1775.     * man.el (Man-notify-when-ready): Correct previous change.
  1776.  
  1777. Sun May 30 18:28:43 1993  Stephen Gildea  (gildea@alex.lcs.mit.edu)
  1778.  
  1779.     * mh-e.el (mh-signature-file-name): New variable.
  1780.     mh-e version 3.8.2.
  1781.  
  1782. Sun May 30 13:21:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1783.  
  1784.      * faces.el (x-resolve-font-name): Fix args to error; the format
  1785.      string was changed, but not the arguments to be substituted.
  1786.  
  1787.      * faces.el (x-resolve-font-name): Give correct error message
  1788.      depending on whether or not FACE was non-nil.
  1789.  
  1790. Sun May 30 00:15:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1791.  
  1792.     * Version 19.10 released.
  1793.  
  1794. Sat May 29 00:40:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1795.  
  1796.     * term/bobcat.el: Just load term/keyswap.el.
  1797.  
  1798.     * term/vt200.el: Just load term/vt100.el.
  1799.     * term/apollo.el: Just load term/vt100.el.
  1800.     * term/vt102.el, term/vt125.el, term/vt201.el, term/vt220.el,
  1801.     term/vt240.el, term/vt300.el, term/vt320.el, term/vt400.el,
  1802.     term/vt420.el: New files.  Just load vt100.el.
  1803.  
  1804.     * term/lk201.el: New file.
  1805.     * term/vt100.el: Use term/lk201.el.
  1806.  
  1807.     * term/vt100.el (vt100-wide-mode): Add missing arg in set-frame-width.
  1808.  
  1809. Sat May 29 00:33:39 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1810.  
  1811.     * startup.el (command-line-1): Pass arg to other-window.
  1812.  
  1813.     * files.el (find-file-run-dired): Doc fix.
  1814.     (find-file-read-only): Return the buffer.
  1815.     (find-file-read-only-other-window): Likewise.
  1816.     (find-file-read-only-other-frame): Likewise.
  1817.  
  1818.     * timer.el (cancel-function-timers): Renamed from spurious duplicate
  1819.     definition of cancel-timer.
  1820.  
  1821.     * add-log.el (find-change-log): Use file-chase-links.
  1822.  
  1823.     * files.el (file-chase-links): New function.
  1824.     (backup-buffer): Use file-chase-links.
  1825.     (file-chase-links): Handle leading .. in symlink target.
  1826.  
  1827.     * c-mode.el (c-up-conditional): Handle commented-out #-cmds properly.
  1828.  
  1829.     * window.el (split-window-vertically): Return the new window.
  1830.  
  1831.     * paths.el (gnus-local-organization): Initially nil.
  1832.  
  1833.     * isearch.el (isearch-search): Take note of isearch-case-fold-search
  1834.     initial value.
  1835.  
  1836.     * lisp-mode.el (indent-sexp): Even if outer-loop-done is t,
  1837.     still move down one line.
  1838.  
  1839.     * files.el (auto-mode-alist): Fix syntax for sgml mode.
  1840.  
  1841.     * man.el (Man-mode-map): Bind m to manual-entry.
  1842.     (Man-notify-when-ready): Make arg name consistent.
  1843.     Use delete-other-window.
  1844.     (Man-mode): Use buffer-disable-undo, not old name.
  1845.  
  1846.     * faces.el (x-resolve-font-name): Allow symbol as FACE arg.
  1847.     Allow t as FRAME arg.
  1848.  
  1849.     * sendmail.el (send-mail-function): Use defvar. not defconst.
  1850.  
  1851.     * mouse.el (x-fixed-font-alist): Specify field 7, not field 6.
  1852.  
  1853. Fri May 28 00:43:24 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1854.  
  1855.     * iso8859-1.el: File deleted.
  1856.     * superyank.el: File deleted.
  1857.  
  1858.     * vc.el (vc-steal-lock, vc-insert-headers): Fix question whitespace.
  1859.     (vc-finish-logentry): Use delete-windows-on.
  1860.  
  1861.     * add-log.el (find-log-file): Use source file's truename dir.
  1862.  
  1863.     * mh-e.el: Version 3.8.1 from Gildea.
  1864.  
  1865.     * loaddefs.el (-key): repeat-complex-command moved to C-x ESC ESC.
  1866.  
  1867.     * hexl.el: Doc fixes.
  1868.     (hexl-char-after-point): Get rid of mistakenly free variables.
  1869.  
  1870.     * info.el (Info-insert-dir): Ignore duplicate directories.
  1871.  
  1872.     * paths.el (Info-default-directory-list): Take out ../../info.
  1873.     Avoid duplication.
  1874.     (manual-formatted-dirlist, manual-formatted-dir-prefix): Deleted.
  1875.  
  1876.     * subr.el (baud-rate): Doc fix.
  1877.  
  1878.     * add-log.el (find-change-log): Chase symlinks multiple levels.
  1879.  
  1880.     * rmailsum.el (rmail-new-summary): Set rmail-summary-buffer
  1881.     to nil at beginning; set it for real after summary is set up.
  1882.  
  1883. Thu May 27 20:58:51 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1884.  
  1885.     * files.el (find-alternate-file): Hide truename and inode number
  1886.     temporarily, like the visited file name.
  1887.  
  1888.     * iso8859-1.el: Pass just the downcase table to set-case-...
  1889.  
  1890. Thu May 28 20:58:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1891.  
  1892.     * find-dired.el (find-dired-sentinel): Write a line describing death.
  1893.     Set mode-line-process to record exit status.
  1894.     Delete the process.
  1895.  
  1896. Thu May 27 08:43:08 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1897.  
  1898.     * frame.el (frame-initialize): Handle reverseVideo resource.
  1899.     * faces.el (x-create-frame-with-faces): Handle reverseVideo resource.
  1900.  
  1901.     * iso-insert.el, iso-ascii.el, iso-swed.el: Provide same name as file.
  1902.  
  1903.     * ange-ftp.el (ange-ftp-dired-compress-file):
  1904.     Use dired-compress-file, not dired-compress-filename.
  1905.  
  1906.     * completion.el: Pervasive changes to use Emacs 19 features
  1907.     and conform to Emacs conventions.
  1908.  
  1909. Thu May 27 02:35:32 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1910.  
  1911.     * Version 19.9 released.
  1912.  
  1913. Thu May 27 01:37:30 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  1914.  
  1915.     * term/x-win.el: Check for a geometry resource, and apply it to the
  1916.     initial frame.
  1917.  
  1918. Wed May 26 23:32:25 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1919.  
  1920.     * isearch.el (isearch-forward): Remove the claim that
  1921.     isearch-whitespace-chars matches any string of whitespace.
  1922.  
  1923. Wed May 26 16:26:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1924.  
  1925.     * completion.el: Comment out handling of shell-send-input.
  1926.     Delete the "local thinking machines" definitions at the end
  1927.     since they caused compilation failure.
  1928.  
  1929.     * cl.el (cl-member): Renamed from member.
  1930.  
  1931.     * time.el (display-time-day-and-date): Use defvar, not defconst.
  1932.  
  1933.     * subr.el (listify-key-sequence): Avoid the constant ?\M-\200.
  1934.  
  1935.     * files.el (find-file-noselect): Expand buffer-file-truename
  1936.     before copying it to anything else.
  1937.  
  1938.     * dired.el (dired-other-frame): New function, with binding.
  1939.  
  1940.     * compile.el: Make C-x ` binding just once.
  1941.  
  1942.     * help.el (finder-by-keyword): Autoload from `finder', not `finder.el'.
  1943.  
  1944.     * nroff-mode.el (nroff-mode): Don't leave nroff-electric-mode void.
  1945.  
  1946.     * byte-opt.el (byte-optimize-divide):
  1947.     Don't optimize to less than two arguments.
  1948.  
  1949.     * hexl.el (hexlify-command, dehexlify-command): Use exec-directory.
  1950.  
  1951.     * rmailsort.el: New version from Umeda.
  1952.     (timezone-make-date-sortable): Make autoload for this.
  1953.     (rmail-sort-by-recipient): Downcase the strings for sorting.
  1954.     (rmail-sort-by-recipient): Likewise.
  1955.     (rmail-sort-by-lines): Renamed from rmail-sort-by-size-lines.
  1956.     Use numbers to sort by.
  1957.     (rmail-summary-...): New functions.  Bind in rmail-summary-mode-map.
  1958.     (rmail-sort-from-summary): New function.
  1959.     (rmail-sort-messages): Don't bother checking major mode.
  1960.     Put message bounds in sort list, not its text.
  1961.     Choose string< or < as predicate.
  1962.     Reorder messages by exchanging them, with inhibit-quit bound.
  1963.     (rmail-fetch-field): Start by widening.
  1964.     (rmail-sortable-date-strng): Deleted.
  1965.     (rmail-make-date-sortable): New function, used instead.
  1966.  
  1967.     * paths.el (gnus-local-organization): Renamed from ...-your-...
  1968.     (gnus-local-domain): Likewise.
  1969.  
  1970. Wed May 26 02:49:13 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1971.  
  1972.     * faces.el (x-resolve-font-name): If PATTERN is nil, return the
  1973.     frame's face.
  1974.     (set-face-font): Only use x-resolve-font-name if FONT is a string.
  1975.     Copying a faces shouldn't resolve the font.
  1976.  
  1977.     * paths.el (Info-default-directory-list): Add
  1978.     configure-info-directory to this list.
  1979.  
  1980. Wed May 26 00:18:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1981.  
  1982.     * scroll-bar.el (scroll-bar-mode): Make default value t.
  1983.  
  1984.     * help-macro.el (make-help-screen): Handle mouse events.
  1985.     Be smart about window configurations--when and whether to restore.
  1986.  
  1987.     * info.el (Info-follow-nearest-node): Omit 4th arg to Info-get-token.
  1988.  
  1989.     * sgml-mode.el (sgml-validate): compile1 renamed to compile-internal.
  1990.     (sgml-mode): Add autoload cookie.
  1991.     * files.el (auto-mode-alist): Recognize .sgm, .sgml, .dtd.
  1992.  
  1993.     * files.el (auto-mode-alist): Treat .H and .hh as C++ files.
  1994.  
  1995.     * mouse.el (mouse-set-mark): Activate the mark.
  1996.     Don't bounce the cursor if Transient Mark mode.
  1997.     (mouse-save-then-kill): Pass explicit args to kill-ring-save.
  1998.     (mouse-kill-ring-save): Likewise.
  1999.  
  2000.     * mail-utils.el (mail-strip-quoted-names):
  2001.     Catch errors from forward-sexp.
  2002.  
  2003.     * comint.el (comint-filter): Restore buffer-read-only in proper buffer.
  2004.  
  2005.     * ispell.el: Provide `ispell'.
  2006.  
  2007.     * ange-ftp.el (ange-ftp-set-buffer-mode): Do nothing unless
  2008.     visited name is an ange ftp magic name.
  2009.  
  2010.     * advice.el: New version from Chalupsky.
  2011.  
  2012. Tue May 25 11:47:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2013.  
  2014.     * dired.el (dired-unmark-all-files): Read arg as a string.
  2015.  
  2016.     * rmailsum.el (rmail-summary-mark-deleted): Check for end of buffer.
  2017.     Pass t as NOWARN when calling rmail-summary-goto-msg.
  2018.  
  2019.     * dired-aux.el (dired-compress-file): Test the return value
  2020.     of dired-check-process properly.
  2021.     Fix use of nonexistent var `name'.
  2022.  
  2023.     * info.el (Info-edit, Info-last-search, Info-enable-edit): 
  2024.     Correct case in `Info-mode-map'.
  2025.  
  2026.     * rmail.el (rmail-bury): Fix call to set-window-buffer.
  2027.  
  2028.     * loaddefs.el: copy-to-register now on C-x r s.
  2029.  
  2030. Tue May 25 11:06:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2031.  
  2032.     * term/x-win.el: Pass x-command-line-resources to x-open-connection.
  2033.     (x-command-line-resources): New variable.
  2034.     (x-handle-rn-switch): New function.
  2035.     (command-switch-alist): Add -rn.
  2036.  
  2037. Tue May 25 06:26:51 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2038.  
  2039.     * term/x-win.el (command-switch-alist, x-switch-definitions): Treat
  2040.     `-i' like `-itype', as in Emacs 18.
  2041.  
  2042. Tue May 25 05:15:14 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2043.  
  2044.     * Version 19.8 released.
  2045.  
  2046.     * startup.el (command-line-1): Don't handle `-i'.  We're
  2047.     abandoning the `insert file' meaning in favor of the `use a
  2048.     bitmapped icon' meaning.
  2049.  
  2050.     * faces.el (set-face-font): Call x-resolve-font-name on the font
  2051.     before including it in the face.
  2052.     (x-resolve-font-name): New function.
  2053.  
  2054.     * iso-syntax.el: Make downcase into a proper case table before
  2055.     passing it to set-standard-case-table.
  2056.  
  2057.     * disp-table.el (standard-display-european): Doc fix.  Make
  2058.     it autoload.  Make it respond to prefix arg like a minor mode.
  2059.  
  2060. Mon May 24 17:17:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2061.  
  2062.     * term/x-win.el (x-select-text): New arg PUSH.
  2063.     (x-switch-definitions): Represent -r as `reverse' option.
  2064.  
  2065. Mon May 24 17:16:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2066.  
  2067.     * files.el (find-file-read-only-other-window): 
  2068.     Use find-file-other-window.
  2069.  
  2070.     * paths.el (Info-default-directory-list): Add ../../info.
  2071.  
  2072.     * info.el (Info-suffix-list): Fix duplicate .z to .info.z.
  2073.  
  2074.     * faces.el (x-create-frame-with-faces): Handle `reverse' as parameter.
  2075.     * frame.el (frame-initialize): Likewise.
  2076.  
  2077.     * dired.el (dired-flag-backup-files): Speedup:
  2078.     check explicitly for ~ at end of line.
  2079.     (dired-flag-auto-save-files): Similar change.
  2080.  
  2081.     * register.el (jump-to-register):
  2082.     Don't fail if frame-configuration-p is unbound.
  2083.  
  2084.     * files.el (cd): Set cd-path to a list.
  2085.  
  2086.     * simple.el (kill-new): Pass t as 2nd arg to interprogram-cut-function.
  2087.     * select.el (x-set-cut-buffer): New arg PUSH.
  2088.  
  2089. Mon May 24 12:14:41 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2090.  
  2091.     * disp-table.el (standard-display-default): New function.
  2092.     (standard-display-european): New command.
  2093.  
  2094.     * loaddefs.el: Bind [?\M-\C-\ ] to mark-sexp.
  2095.  
  2096. Mon May 24 14:44:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2097.  
  2098.     * simple.el (shell-command): Don't activate mark even momentarily.
  2099.  
  2100. Mon May 24 03:54:44 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2101.  
  2102.     * case-table.el, disp-table.el, finder.el, iso-ascii.el,
  2103.     iso-insert.el, iso-swed.el, iso-syntax.el, iso8859-1.el,
  2104.     swedish.el: Change "i14n" keyword to "i18n".
  2105.     * finder.el (finder-compile-keywords): Replacement unnecessary.
  2106.  
  2107. Mon May 24 01:06:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2108.  
  2109.     * menu-bar.el (menu-bar-mode): Doc fix.
  2110.  
  2111. Sun May 23 21:58:38 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2112.  
  2113.     * lucid.el (switch-to-other-buffer): Build the list of acceptable
  2114.     buffers properly.
  2115.  
  2116.     * faces.el (make-face): Change interactive spec to 'S'.
  2117.  
  2118. Sun May 23 18:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2119.  
  2120.     * ange-ftp.el (ange-ftp-raw-send-cmd): Allow quitting
  2121.     during accept-process-output.
  2122.  
  2123.     * finder.el (finder-known-keywords): Use i18n, not i14n.
  2124.     (finder-compile-keywords): Substitute i18n for i14n.
  2125.     Turn off undo in *finder-scratch*.  Ignore file names
  2126.     starting with =.
  2127.     (finder-mode, finder-current-item): Rename headmark to finder-headmark.
  2128.     (finder-list-matches, finder-list-keywords): Likewise.
  2129.  
  2130.     * iso8859-1.el: Call set-case-..., not standard-case-...
  2131.  
  2132. Sun May 23 18:56:04 1993  Paul Eggert  (eggert@twinsun.com)
  2133.  
  2134.     * calendar.el (calendar-daylight-savings-starts,
  2135.     calendar-daylight-savings-ends): Default to nil if the locale
  2136.     never has DST.
  2137.  
  2138. Sat May 22 19:37:01 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2139.  
  2140.         * Version 19.7 released.
  2141.  
  2142. Sat May 22 18:33:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2143.  
  2144.     * vc.el (vc-comment-to-change-log): Don't take FILE argument, since
  2145.     vc-update-change-log doesn't support it anyway.
  2146.     Don't bind default-directory.  Instead pass second arg to
  2147.     file-relative-name.
  2148.     (vc-update-change-log): Use find-change-log instead of hardcoding.
  2149.  
  2150. Sat May 22 18:08:08 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2151.  
  2152.     * cl.el (cl-floor, cl-ceiling, cl-truncate, cl-round): Renamed
  2153.     from floor, ceiling, truncate, and round; the old names conflict
  2154.     with built-in functions.
  2155.  
  2156. Sat May 22 14:00:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2157.  
  2158.     * gud.el (gud-def): Fix inclusion of the define-key.
  2159.     (gdb, sdb, dbx): Change bindings from letters to control chars.
  2160.     (gud-common-init): Add save-excursion.
  2161.     (gud-display-line): Don't mess with buffer-read-only.
  2162.     (gud-filter): Set output-after-point *after* deleting old prompt.
  2163.     Likewise for `moving'.
  2164.  
  2165.     * subr.el (event-modifiers): Doc fix.
  2166.  
  2167.     * help.el (describe-key, describe-key-briefly):
  2168.     Discard the click or drag that follows a down event.
  2169.  
  2170.     * levents.el (event-modifiers): Function deleted.
  2171.     (read-command-event): For switch-frame event, call select-frame.
  2172.  
  2173. Sat May 22 01:53:26 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2174.  
  2175.         * rlogin.el (rlogin-filter): Yet another rewrite which handles
  2176.         unusual values of scroll-step in a winning way by window-start
  2177.         frobnication. 
  2178.  
  2179. Sat May 22 00:18:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2180.  
  2181.     * simple.el (pending-undo-list): Var declared.
  2182.  
  2183.     * apropos.el (apropos-print-matches): Bind tem.
  2184.  
  2185. Fri May 21 18:54:24 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  2186.  
  2187.         * holidays.el: Update reference to the papers in S-P&E.
  2188.         (filter-visible-calendar-holidays): Test for nil date.
  2189.  
  2190.         * cal-mayan.el: Update reference to the papers in S-P&E.
  2191.  
  2192.         * cal-french.el: Update reference to the papers in S-P&E.
  2193.  
  2194. Fri May 21 12:37:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2195.  
  2196.     * apropos.el (apropos-match-keys): Handle modern keymap structure.
  2197.  
  2198.     * simple.el (transient-mark-mode): Doc fix.
  2199.  
  2200.     * outline.el (outline-minor-mode): Make permanent local in all buffers.
  2201.     Give the command a doc string, and make it autoload.
  2202.  
  2203.     * lisp-mode.el (lisp-body-indent): Add doc.
  2204.  
  2205. Thu May 20 09:57:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2206.  
  2207.     * texinfo.el (texinfo-section-types-regexp): Define here.
  2208.  
  2209.     * delsel.el: Provide delsel.
  2210.     (keyboard-quit): Definition deleted.
  2211.     (minibuffer-keyboard-quit): If Delete Selection mode is off,
  2212.     do abort even if mark is active.
  2213.  
  2214. Wed May 19 15:48:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2215.  
  2216.     Some time-handling patches from Paul Eggert:
  2217.     * calendar.el (calendar-current-time-zone): New function.
  2218.     (calendar-time-zone, calendar-standard-time-zone-name,
  2219.     calendar-daylight-time-zone-name): Use it instead of current-time-zone.
  2220.     * sendmail.el (mail-do-fcc): Use the same absolute time for both
  2221.     current-time-string and current-time-zone.  Adjust to new format
  2222.     returned by current-time-zone.
  2223.  
  2224.     * xfaces.el (face-equal): Doc fix.
  2225.  
  2226. Wed May 19 12:01:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2227.  
  2228.     * delsel.el: Renamed from pending-del.el.
  2229.     Functions and variables renamed to ...delete-selection...
  2230.     from ...pending-delete...
  2231.     Bind all minibuffer keymaps alike.
  2232.  
  2233.     * outline.el (outline-heading-end-regexp): Fix typo.
  2234.     (outline-minor-mode-map): New variable.
  2235.     (minor-mode-map-alist): Add new entry.
  2236.     (outline-minor-mode): Work with above change.
  2237.     Do not set outline-regexp or outline-header-end-regexp.
  2238.  
  2239. Wed May 19 08:24:52 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  2240.  
  2241.         * calendar.el (hebrew-calendar-yahrzeit): Correct error from S-P&E
  2242.         paper in test for Adar I 30 date of death for yahrzeit in a
  2243.         non-leap year when Shevat 29 must be used.
  2244.  
  2245. Wed May 19 02:02:10 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2246.  
  2247.     * files.el (set-auto-mode): If the buffer's file name is nil,
  2248.     don't try to compare it against the entries in auto-mode-alist.
  2249.  
  2250. Wed May 19 00:06:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2251.  
  2252.     * ispell.el (ispell-command-loop): Make an undo boundary.
  2253.  
  2254.     * isearch.el (isearch-mode-map): Use vector, not string, to bind
  2255.     printing characters.
  2256.  
  2257. Tue May 18 19:21:59 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2258.  
  2259.     * select.el (xselect-convert-to-class): Just return "Emacs" here.
  2260.     That's what the class will always be.
  2261.  
  2262. Tue May 18 18:28:06 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2263.  
  2264.     * loaddefs.el: Add bindings for C-SPC and C-/, like C-@ and C-_.
  2265.  
  2266. Tue May 18 17:14:27 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  2267.  
  2268.     * startup.el (normal-top-level, command-line, command-line-1):
  2269.     Don't call the frame and face initialization functions unless
  2270.     they're bound.
  2271.  
  2272.     * frame.el (frame-notice-user-settings): Don't make
  2273.     frame-initial-frame unbound; just set it to nil.
  2274.     * startup.el (command-line-1): Call frame-notice-user-settings
  2275.     before displaying the startup message.
  2276.  
  2277.     * server.el (server-switch-hook): New hook.
  2278.     (server-process-filter): Call it.
  2279.  
  2280.     * bibtex.el (bibtex-string): Use \" instead of "" to get a double
  2281.     quote inside a string.
  2282.     * vms-patch.el (print-region-function): Same.
  2283.  
  2284. Tue May 18 11:45:59 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2285.  
  2286.     * sendmail.el (mail-yank-original): In Transient Mark mode,
  2287.     don't get error and don't activate the mark.
  2288.  
  2289.     * isearch.el (isearch-mode-map): Extend the dense keymap to 256 chars.
  2290.  
  2291. Mon May 17 00:42:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2292.  
  2293.     * trace.el, advice.el: New files.
  2294.  
  2295.     * bytecomp.el (byte-compile-file): Don't write output if error.
  2296.  
  2297.     * sendmail.el (mail-setup): Leave point before signature, not after.
  2298.  
  2299.     * rmailsort.el (rmail-sortable-date-string): Handle date in format
  2300.     produced by current-time-string.
  2301.  
  2302.     * simple.el (keyboard-quit): Run deactivate-mark-hook.
  2303.     (kill-ring-save): If quit happens while cursor is bounced,
  2304.     make it appear like a command-level quit.
  2305.  
  2306.     * loaddefs.el: Add bindings for C-digits, C-M-digits, C-- and C-M--.
  2307.  
  2308.     * isearch.el (isearch-mode): Set deactivate-mark.
  2309.  
  2310.     * menu-bar.el (fill-region, kill-region, delete-region)
  2311.     (kill-ring-save): Use mark-active as enable condition.
  2312.     (undo): Add an enable condition.
  2313.  
  2314. Sun May 16 23:37:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2315.  
  2316.     * texinfo.el (texinfo-chapter-level-regexp): Copied here.
  2317.  
  2318. Mon May 17 02:42:16 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2319.  
  2320.     * gnus.el (gnus-info-directory): Variable removed.
  2321.     (gnus-info-find-node): Don't use it.
  2322.  
  2323. Sun May 16 22:40:14 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  2324.  
  2325.     * gnus.el, gnuspost.el, gnusmail.el, gnusmisc.el
  2326.     * nntp.el, nnspool.el, mhspool.el: Version 3.15 from Umeda.
  2327.  
  2328.     * frame.el (toggle-scroll-bar): Renamed from toggle-vertical-scroll...
  2329.  
  2330. Sun May 16 09:19:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2331.  
  2332.     * texinfo.el: Don't require tex-mode or texnfo-upd.
  2333.     (texinfo-mode-map): Binding for " deleted.
  2334.     (texinfo-tex-print): Require tex-mode here.
  2335.     (texinfo-tex-region): Likewise.
  2336.     (texinfo-tex-region): Update name of tex-set-buffer-directory.
  2337.  
  2338.     * tex-mode.el (tex-insert-quote): Doc fix.
  2339.  
  2340.     * vc.el: Don't require sendmail, compile, or dired.
  2341.  
  2342.     * simple.el (push-mark): Always activate the mark
  2343.     if not in Transient Mark mode.
  2344.  
  2345.     * c-mode.el (mark-c-function): Activate the mark.
  2346.  
  2347.     * ispell.el (ispell): Deactivate mark before the Ispell run.
  2348.     (ispell-point): Delete the sit-for; it was confusing.
  2349.     (ispell): Don't use save-excursion; just restore current buffer.
  2350.     (ispell-next): Don't save-excursion or save-window-excursion.
  2351.     (ispell-point): Don't save-excursion.
  2352.     (ispell-window-configuration): New variable.
  2353.     (ispell-show-choices): Set it if not nil.
  2354.     (ispell-next): Initialize to nil.  Restore at end.
  2355.  
  2356.     * simple.el (yank, yank-pop): Don't activate the mark.
  2357.  
  2358.     * lisp.el (mark-sexp, mark-defun): Activate the mark.
  2359.     * page.el (mark-page): Activate the mark.
  2360.     * paragraphs.el (mark-paragraph, mark-end-of-sentence): Likewise.
  2361.  
  2362.     * simple.el (mark-whole-buffer, mark-word): Activate the mark.
  2363.     (push-mark): Optional arg ACTIVATE.
  2364.     (set-mark-command): Use that.
  2365.  
  2366.     * faces.el (face-initialize): Do make the modeline face.
  2367.     (x-initialize-frame-faces): Explicitly invert `modeline' face.
  2368.     (x-create-frame-with-faces): Simplify; do nothing special
  2369.     with `default' or `modeline' face.
  2370.  
  2371. Sat May 15 22:09:19 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2372.  
  2373.     * version.el (emacs-version): Alpha release 19.6.
  2374.  
  2375. Sat May 15 12:52:36 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2376.  
  2377.     * faces.el: Rename `primary-selection' to `region'.
  2378.  
  2379.     * mouse.el (mouse-set-region): Call set-mark to activate mark.
  2380.  
  2381.     * isearch.el (isearch-done): Don't activate mark.
  2382.  
  2383.     * simple.el (push-mark): Don't activate the mark.
  2384.     (set-mark-command): Explicitly do so here.
  2385.     When popping, don't mind if mark is inactive.
  2386.     (pop-mark): Deactivate mark.  Don't mind if it's inactive.
  2387.     (yank-pop): Don't mind if mark is inactive.
  2388.     (keyboard-quit): Deactivate the mark.
  2389.     (kill-ring-save): When bouncing cursor,
  2390.     bounce the mark too, so highlighted area does not change.
  2391.  
  2392.     * bytecomp.el (byte-compile-track-mouse): New function.
  2393.     This is a kludge; track-mouse must be compiled better.
  2394.  
  2395.     * simple.el (transient-mark-mode): New command.
  2396.  
  2397.     * mouse.el (mouse-drag-region): New command, on down-mouse-1.
  2398.  
  2399.     * map-ynp.el (map-y-or-n-p): Show the answers in the echo area.
  2400.  
  2401.     * faces.el (face-initialize): Turn off `modeline' face.
  2402.     Set region-face.
  2403.     (invert-face): Really do use the default colors.
  2404.     (x-initialize-frame-faces): Always try "gray" color for
  2405.     primary-selection; always invert if that fails.
  2406.     Similar changes for highlight, secondary-selection.
  2407.  
  2408.     * menu-bar.el: Fix up the edit commands.  Add fill-region.
  2409.  
  2410. Fri May 14 11:46:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2411.  
  2412.     * menu-bar.el (menu-bar-mode): New command.  Use for initialization.
  2413.  
  2414.     * faces.el (make-face): Add interactive spec.
  2415.     (set-default-font): Deleted.
  2416.  
  2417.     * isearch.el (isearch-mode-map): Handle any length vector in keymap.
  2418.     (isearch-char-to-string): Handle non-character events properly.
  2419.  
  2420. Fri May 14 11:21:22 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2421.  
  2422.     * subr.el (overlay-start, overlay-end, overlay-buffer): Removed.
  2423.  
  2424.     * vc.el (vc-version-diff): Match parens.
  2425.  
  2426. Fri May 14 03:29:31 1993  Paul Eggert  (eggert@twinsun.com)
  2427.  
  2428.     * vc.el (vc-revert-buffer1): Don't assume that compilation-error-list
  2429.     is a list; it might be t.
  2430.  
  2431. Thu May 13 12:53:28 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2432.  
  2433.     * emerge.el: Installed version 5 from drw.
  2434.     Merged in previous FSF changes, plus new changes:
  2435.     (emerge-count-matches-string): Renamed from count-matches-string.
  2436.     (emerge-command-prefix): Now C-c C-c.
  2437.     (emerge-shadow-key-definition): Deleted.
  2438.     Callers use substitute-key-definition.
  2439.     (emerge-recursively-substitute-key-definition): Deleted.
  2440.     Callers use substitute-key-definition.
  2441.     (emerge-unselect-hook): Renamed from emerge-unselect-hooks.
  2442.     (emerge-files-internal): Use file-local-copy to handle remote files.
  2443.     (emerge-files-with-ancestor-internal): Likewise.
  2444.     (emerge-remote-file-p): Deleted.
  2445.     (emerge-abort): New command.
  2446.     (describe-mode): Deleted.
  2447.     (emerge-hash-string-into-string): Renamed from hash-string-into-string.
  2448.     (emerge-unslashify-name): Renamed from unslashify-name.
  2449.     (emerge-write-and-delete): Don't write-file if file-out is nil.
  2450.     (emerge-setup-fixed-keymaps): Put emerge-abort on C-].
  2451.     (emerge-find-difference-diff): Renamed from emerge-find-difference.
  2452.     (emerge-find-difference): New command.  Now on `.'.
  2453.     (emerge-diff-ok-lines-regexp): Renamed from emerge-diff-ok-lines.
  2454.     (emerge-diff3-ok-lines-regexp): Renamed from emerge-diff3-ok-lines.
  2455.  
  2456. Thu May 13 05:48:19 1993  Paul Eggert  (eggert@twinsun.com)
  2457.  
  2458.     * vc.el (vc-version-diff): Don't move point in current buffer.
  2459.  
  2460. Thu May 13 05:28:14 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2461.  
  2462.     * etags.el (tags-table-including): Take new third arg CORE-ONLY.
  2463.     If non-nil, ignore files without extant buffers.
  2464.     (visit-tags-table-buffer): Call tags-table-including first with
  2465.     CORE-ONLY set, and then afterwards with it clear.
  2466.  
  2467. Wed May 12 12:13:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2468.  
  2469.     * term/x-win.el: Require menu-bar.el.
  2470.     * menu-bar.el: Provide 'menu-bar.
  2471.  
  2472.     * compile.el (Setting minor-mode-map-alist):
  2473.     Put the map directly in the alist, not a variable name.
  2474.     * vc.el: Likewise.
  2475.  
  2476.     * macros.el (kbd-macro-query): Fix prompt string.
  2477.  
  2478.     * loadup.el: Preload mouse, scroll-bar and select if have multi-frames.
  2479.  
  2480.     * vc.el: Improve doc strings and prompt strings.
  2481.     (vc-cancel-version): Ask whether to revert buffer.
  2482.  
  2483.     * lmenu.el (default-menubar): Make initial value nil.
  2484.     (kill-this-buffer, x-new-frame)
  2485.     (sensitize-file-and-edit-menus-hook, format-buffers-menu-line)
  2486.     (buffers-menu-max-size, complex-buffers-menu-p)
  2487.     (buffers-menu-switch-to-buffer-function, buffer-menu-save-buffer)
  2488.     (buffer-menu-write-file, build-buffers-menu-internal)
  2489.     (build-buffers-menu-hook): Functions and variables deleted.
  2490.  
  2491.     * faces.el (face-initialize): New function.
  2492.     All initialization code moved into it.
  2493.     Call at end of file, if using X frames already.
  2494.     (x-create-frame-with-faces): Don't use faces if not initialized.
  2495.  
  2496.     * startup.el (command-line): Call frame-initialize explicitly.
  2497.     Call face-initialize.
  2498.     (normal-top-level): Call frame-notice-user-settings explicitly.
  2499.     * frame.el: Do not put those functions on hooks.
  2500.  
  2501.     * terminal.el (te-pass-through): Handle meta chars and non-char events.
  2502.     (terminal-map, etc.): Use default bindings, not fillarray.
  2503.     Make the maps sparse.
  2504.     (terminal-meta-map): New map; lets us make ESC a prefix key.
  2505.     (terminal-map): Bind ESC to terminal-meta-map.
  2506.     (te-more-break-unread): Handle non-char as last-input-char.
  2507.     (te-filter): Delete code that worked with meta-flag.
  2508.     (terminal-emulator): Don't look at meta-flag.
  2509.     (terminal-mode): Don't make meta-flag local.
  2510.     (te-stty-string): Quote the args that have ^.  Add pass8.
  2511.  
  2512. Sat May  8 00:55:11 1993  Paul Eggert  (eggert@twinsun.com)
  2513.  
  2514.     * vc.el (vc-diff): Report an error if the buffer isn't registered.
  2515.     (vc-registration-error): New function.
  2516.     (vc-next-action, vc-diff, vc-print-log, vc-backend-diff): Use it to
  2517.     make VC's error messages more uniform.
  2518.  
  2519.     * vc.el (vc-directory, vc-revert-buffer1): Quote lambdas with
  2520.     (function ...) for Emacs 18.
  2521.     (compilation-old-error-list): Set if undefined, for Emacs 18.
  2522.  
  2523. Tue May 11 15:15:05 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  2524.  
  2525.     * faces.el: Re-arranged to put accessors at the top.
  2526.  
  2527. Mon May 10 12:16:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2528.  
  2529.     * buff-menu.el (Buffer-menu-quit): New function, now on q.
  2530.     (buffer-menu): Update list of options.
  2531.     Don't save a window config.
  2532.     (Buffer-menu-select): Don't call Buffer-menu-execute.
  2533.     Don't restore a window config.
  2534.     (Buffer-menu-mode-map): Buffer-menu-select now on v.
  2535.  
  2536. Mon May 10 00:49:06 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2537.  
  2538.     * bytecomp.el (byte-recompile-directory): If ARG is non-nil, set
  2539.     it to its prefix numeric value.  Test for ARG being zero with eq,
  2540.     not zerop.
  2541.  
  2542. Sun May  9 19:38:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2543.  
  2544.     * rmailout.el (rmail-output): Undo June 11 1992 change:
  2545.     Don't try to use Date field in the From.
  2546.  
  2547.     * faces.el: Rename all references to try-face-font to
  2548.     internal-try-face-font, so we don't need lucid.el.
  2549.  
  2550.     * faces.el (read-face-name): Call face-list, not list-faces.
  2551.  
  2552.     Fail more gracefully if we can't build bold, italic, etc,
  2553.     versions of the default font.
  2554.     * faces.el (make-face-bold, make-face-italic,
  2555.     make-face-bold-italic, make-face-unbold, make-face-unitalic):
  2556.     Implement NOERROR argument.
  2557.     (x-initialize-frame-faces): Use the NOERROR argument to the
  2558.     font manipulation functions to avoid errors while starting up.
  2559.     Remove initialization of isearch font.
  2560.     * xfaces.c (internal-x-complain-about-font): Add new frame
  2561.     argument, so we can check the frame parameters to find the
  2562.     default font.  Callers changed.
  2563.  
  2564.     * faces.el (x-create-frame-with-faces): Fix typo.  Dyke out
  2565.     code to fully qualify the modeline font; we may not be able to
  2566.     do that correctly.
  2567.  
  2568. Sun May  9 19:17:29 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2569.  
  2570.     * dabbrev.el (dabbrev-expand): Delete a search-forward call
  2571.     after the second replace-match.
  2572.  
  2573. Sun May  9 23:16:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2574.  
  2575.     * add-log.el (find-change-log): If there is a buffer-local value of
  2576.     change-log-default-name, just return it with no searching.
  2577.     Previously if it was set to a nonexistent file name, we would
  2578.     loop forever.
  2579.  
  2580. Sun May  9 01:30:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2581.  
  2582.     * replace.el (query-replace-map): Bind [escape] like "\e".
  2583.  
  2584.     * macros.el (kbd-macro-query): Use query-replace-map to define answers.
  2585.  
  2586.     * vc.el (diff-switches): Define var here as well as in diff.el.
  2587.     (vc-backend-diff): Handle either string or list.
  2588.  
  2589.     * comint.el (comint-filter): Increment opoint only if after
  2590.     insertion point.
  2591.  
  2592. Sat May  8 23:15:07 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2593.  
  2594.     * faces.el: Call internal-set-face-1, not internat-set-face-1.
  2595.     
  2596.     * faces.el: Don't set frame-creation-function here; term/x-win.el is
  2597.     the appropriate place to set it.
  2598.  
  2599.     * faces.el: Only apply x-initialize-frame-faces to X frames; pass
  2600.     over terminal frames.
  2601.  
  2602.     * faces.el: Provide 'faces.
  2603.  
  2604. Sat May  8 22:42:26 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2605.  
  2606.     * term/x-win.el: Since we require faces.el, there's no point in setting
  2607.     frame-creation-function to x-create-frame - just set it directly
  2608.     to x-create-frame-with-faces.
  2609.  
  2610. Sat May  8 12:45:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2611.  
  2612.     * sendmail.el (mail-do-fcc): Don't output a newline before From...
  2613.  
  2614.     * rmail.el (rmail-convert-to-babyl-format): Delete 1 char
  2615.     if we see a newline instead of what we expect.
  2616.  
  2617.     * register.el (jump-to-register): Allow file name "in" a register.
  2618.  
  2619.     * scroll-bar.el (scroll-bar-drag, scroll-bar-drag-1): New functions.
  2620.     Put scroll-bar-drag on down-mouse-2 in scroll bar.
  2621.     Leave up-events on mouse-2 unbound.
  2622.  
  2623.     * help-macro.el: Provide help-macro, not help-screen.
  2624.     * help.el: Require help-macro, not help-screen.
  2625.  
  2626.     * menu-bar.el: Don't add menu bar to minibuffer-only frames.
  2627.  
  2628. Fri May  7 22:47:43 1993  Paul Eggert  (eggert@twinsun.com)
  2629.  
  2630.     * vc.el (vc-directory-18): New function.
  2631.     If Emacs 18, make vc-directory alias to this.
  2632.  
  2633. Fri May  7 12:50:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2634.  
  2635.     * loaddefs.el: Bind M-right and M-left to forward-word, backward-word.
  2636.     Unbind M-up and M-down.
  2637.  
  2638.     * calendar.el (calendar-mode-map): Add arrow key bindings.
  2639.  
  2640.     * rmail.el (rmail-resend): Add `resent' attribute.
  2641.     (rmail-forward): With prefix arg, run rmail-resend.
  2642.  
  2643. Fri May  7 03:02:55 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2644.  
  2645.     * term/x-win.el: (require 'faces), too.  Move (require 'select) to top,
  2646.     with the other requires.
  2647.  
  2648. Thu May  6 13:13:10 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2649.  
  2650.     * finder.el: Bind finder-exit to 'q', not 'x'; the former is the
  2651.     conventional way to get out of such a package.
  2652.     (finder-summary): Use substitute-command-keys.
  2653.     (finder-mode): Use \\<...> to make sure we get the right keymap.
  2654.  
  2655. Thu May  6 10:28:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2656.  
  2657.     * replace.el (flush-lines, keep-lines, how-many):
  2658.     Delete spurious `s' from prompt arg to read-from-minibuffer.
  2659.  
  2660.     * comint.el (comint-filter): New function.
  2661.     (comint-exec): Install the filter.
  2662.  
  2663.     * simple.el (previous-matching-history-element): If minibuf is empty,
  2664.     use the last regexp specified a the default.
  2665.     (next-matching-history-element): Likewise.
  2666.  
  2667.     * comint.el (comint-previous-matching-input): New command, on M-r.
  2668.     (comint-next-matching-input): New command, on M-s.
  2669.     (comint-previous-similar-input): Commented out.
  2670.     (comint-next-similar-input): Likewise.
  2671.     (comint-previous-input-matching): Deleted.
  2672.     (comint-last-input-match): Var commented out.
  2673.     (comint-mode): Don't make comint-last-input-match local.
  2674.  
  2675. Wed May  5 14:11:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2676.  
  2677.     * files.el (auto-mode-alist): Delete the entries for makefile-mode.
  2678.  
  2679.     * asm-mode.el: Doc fix.
  2680.  
  2681.     * man.el: Rename functions and variables `man-*' to `Man-*'.
  2682.     (manual-entry): Make prompt string clearer.
  2683.  
  2684.     * simple.el (blink-matching-paren-distance): Change default to 12,000.
  2685.  
  2686. Tue May  4 12:42:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2687.  
  2688.     * vc.el (minor-mode-map-alist): Don't use it if it's void.
  2689.     (vc-cancel-version): Doc fix.
  2690.     (vc-backend-diff): Use diff-switches, not vc-diff-options.
  2691.     (vc-diff-options): Variable deleted.
  2692.  
  2693. Mon May  3 12:52:03 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  2694.  
  2695.         * calendar.el: Update reference to the papers in S-P&E.
  2696.         (calendar-print-astro-day-number): Correct spelling error in
  2697.          message string.
  2698.  
  2699. Mon May  3 11:00:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2700.  
  2701.     * help.el (help-for-help):  Use lower case letters for help options.
  2702.  
  2703.     * rect.el (string-rectangle): Renamed from fill-rectangle.
  2704.     (string-rectangle-line): Renamed from fill-rectangle-line.
  2705.  
  2706. Sat May  1 10:53:35 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2707.  
  2708.     * vc.el (vc-dired-prefix-map): New keymap.
  2709.     Use it in minor-mode-map-alist for vc-dired-mode.
  2710.  
  2711.     * vc-hooks.el (vc-mode-line): Don't alter key bindings.
  2712.     (vc-toggle-read-only): Put on C-x C-q unconditionally.
  2713.     (vc-mode): Add permanent-local property.
  2714.  
  2715. Fri Apr 30 07:51:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2716.  
  2717.     * files.el (find-file-noselect): On VMS, always set buffer-file-name
  2718.     to the truename.
  2719.  
  2720.     * vc.el (vc-revert-buffer1): Fix format of compilation-error-list.
  2721.  
  2722.     * files.el (find-file-noselect): Do set buffer-file-name
  2723.     to the truename, when find-file-visit-truename.
  2724.  
  2725. Thu Apr 29 13:19:09 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2726.  
  2727.     * yow.el (yow): Fix interactive spec.
  2728.  
  2729.     * files.el (insert-directory): Undo change of March 23;
  2730.     dereferencing links is inappropriate for dired.
  2731.  
  2732.     * edebug.el (edebug-display): Call the `mark' function with the
  2733.     FORCE argument non-nil, so that we don't get an error if the mark
  2734.     isn't set yet.
  2735.  
  2736.     * edebug.el (global-edebug-prefix, global-edebug-map): Add
  2737.     autoload cookies for these, so they are present when Emacs starts
  2738.     up.
  2739.  
  2740.     * edebug.el (global-edebug-map): Bind `C-x X d' to edebug-defun in
  2741.     this map; we can't bind it to `C-x x', as the installation
  2742.     instructions suggest, because that conflicts with
  2743.     copy-to-register.
  2744.  
  2745. Thu Apr 29 09:34:02 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  2746.  
  2747.     * complete.el: New file.
  2748.  
  2749.     * vc.el (vc-match-substring): Renamed from match-substring.
  2750.     (vc-parse-buffer): Use new name.
  2751.  
  2752.     * shell.el (shell-prompt-pattern): Undo last change.
  2753.  
  2754.     * files.el (file-truename): Redo esr's change.
  2755.  
  2756.     * loaddefs.el: Put arrow key bindings back to the ordinary Emacs cmds.
  2757.     * simple.el (up-arrow, down-arrow, left-arrow, right-arrow): Deleted.
  2758.  
  2759.     * simple.el (kill-line, next-line-add-newlines): Doc fix.
  2760.     (kill-whole-line): Doc fix.
  2761.     (kill-forward-chars, kill-forward-chars): Reinsert as before.
  2762.  
  2763.     * simple.el: Change defalias to define-function.
  2764.  
  2765. Wed Apr 28 18:48:52 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2766.  
  2767.     * vc.el (vc-revert-buffer1):
  2768.     Ignore non-marker elts of compilation-error-list.
  2769.  
  2770.     * compile.el: Add compilation-minor-mode to minor-mode-alist and
  2771.     minor-mode-map-alist.
  2772.     (compilation-minor-mode): New defvar.
  2773.     (compilation-minor-mode-map): New defvar; keymap with the bindings
  2774.     from compilation-mode-map except SPC and DEL.
  2775.     (compilation-mode-map): Construct this keymap to inherit from
  2776.     compilation-minor-mode-map.
  2777.     (compilation-setup): New function, code broken out of compilation-mode.
  2778.     (compilation-mode): Call it.
  2779.     (compilation-minor-mode): New function to toggle
  2780.     compilation-minor-mode; if setting it, call compilation-setup.
  2781.  
  2782. Wed Apr 28 17:19:21 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2783.  
  2784.     * bibtex.el: Installed Aaron Larson's new bibtex.el.  See the
  2785.     header comment for details.
  2786.  
  2787. Wed Apr 28 16:31:02 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2788.  
  2789.     * gnuspost.el (gnus-inews-organization):
  2790.     If ORGANIZATION is "", set it to nil.
  2791.  
  2792. Wed Apr 28 13:34:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2793.  
  2794.     * files.el (file-truename): Undo last change.
  2795.  
  2796. Tue Apr 27 22:01:32 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2797.  
  2798.     * files.el (file-truename): Do the right thing when $HOME = "".
  2799.  
  2800.     * simple.el (hscroll-step): New variable.
  2801.     (hscroll-point-visible): New function.
  2802.     (left-arrow, right-arrow): These use hscroll-point-visible for
  2803.     better auto- scrolling behavior.
  2804.  
  2805.     * picture.el: Completed the package entry point's name change from
  2806.     edit-picture to picture-mode.
  2807.     (move-to-column-force, picture-end-of-line): When movement is
  2808.     completed, scroll horizontally if necessary to make point visible.
  2809.     (picture-beginning-of-line): New function.
  2810.     (picture-mode-map): Use    substitute-key-definition.
  2811.  
  2812.     * gud.el (gud-format-command): Fix %f expansion to send ondly the
  2813.     basename of files to gdb.
  2814.  
  2815. Tue Apr 27 11:25:32 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2816.  
  2817.     * disp-table.el (describe-display-table): Don't use the term
  2818.     "rope"; we're using vectors of characters now.
  2819.     (standard-display-8bit, standard-display-ascii): Set the element
  2820.     of the display table to a vector, not an integer; the latter
  2821.     doesn't mean anything.
  2822.  
  2823.     * mouse.el (mouse-buffer-menu): Don't right-justify the buffer
  2824.     name; this doesn't look nice if we use a proportional font.
  2825.  
  2826.     * sendmail.el (mail-setup): Don't insert "--\n" before the
  2827.     signature.  If they want it, they can put it in their .signature
  2828.     file.
  2829.  
  2830.     * lucid.el: Comment out fset of set-screen-width properly.
  2831.  
  2832.     * lucid.el: (provide 'lucid).
  2833.  
  2834.     * lucid.el: (switch-to-other-buffer): Avoid buffers whose names
  2835.     start with a space.
  2836.  
  2837. Mon Apr 26 15:21:01 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2838.  
  2839.     * etags.el (find-tag-interactive): New function to read args.
  2840.     (find-tag-noselect, find-tag, find-tag-other-window)
  2841.     (find-tag-other-frame, find-tag-regexp): Use it.
  2842.     (find-tag, find-tag-other-window):
  2843.     Take new arg REGEXP-P, pass to find-tag-noselect.
  2844.     (find-tag-regexp): Call either find-tag-other-window or find-tag,
  2845.     rather than find-tag-noselect and switch-to-buffer[-other-window].
  2846.     (tags-location-stack): New defvar.
  2847.     (find-tag-noselect): If NEXT-P is '-, pop location off
  2848.     tags-location-stack.
  2849.  
  2850. Mon Apr 26 05:15:08 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2851.  
  2852.     * cmacexp.el: Installed Francesco Potorti's enhanced and
  2853.     cleaned-up version, see its commentary for details.
  2854.  
  2855.     * tex-mode.el: Doc fixes.  Also a few teaks to pacify the
  2856.     byte-compiler.
  2857.  
  2858.     * terminal.el: Some defvars moved.
  2859.     Defvars added for many variables.
  2860.     (te-stty-string): Specify the characters explicitly--not `stty dec'.
  2861.  
  2862. Mon Apr 26 05:01:41 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2863.  
  2864.     * files.el (cd): Handle leading "~" like an absolute filename.
  2865.  
  2866.     * dired.el: Changed fsets to defaliases.
  2867.  
  2868. Sun Apr 25 22:26:51 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2869.  
  2870.     * comint.el (comint-mod): Nuked.  A call to ring-mod replaces it.
  2871.     (comint-mem): Nuked.  A call to member replaces it.
  2872.  
  2873.     * ring.el: Rewritten.  A poor choice of representation made the
  2874.     old code excessively complex.  The new version is smaller and
  2875.     faster.  The interface is unchanged, except that ring-remove now
  2876.     accepts an optional numeric argument specifying the element to
  2877.     remove.
  2878.  
  2879.     * gud.el: Set no-byte-compile local variable t to work around a
  2880.     byte-compiler bug.
  2881.     (gud-def, global-map): Move C-x C-a commands to global map.  Restore
  2882.     original C-x SPC global binding.
  2883.  
  2884.     * vc.el (vc-diff): Get proper error message when you run this with
  2885.     no prefix arg on an empty buffer.
  2886.     (vc-directory): Better directory format --- replace the user and
  2887.     group IDs with locking-user (if any).
  2888.     (vc-finish-logentry, vc-next-comment, vc-previous-comment):  Replace
  2889.     *VC-comment-buffer* with a ring vector.
  2890.  
  2891. Sun Apr 25 06:14:19 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2892.  
  2893.     * simple.el (down-arrow): New function.  Uses
  2894.     next-line-add-newlines to suppress addition of new lines at end of
  2895.     buffer.
  2896.     (up-arrow): Alias of previous-line, added for consistency.
  2897.     These changes complete terminal-type-independent support for arrow
  2898.     keys.
  2899.  
  2900.     * tex-mode.el (tex-compilation-parse-errors): Added.  At the
  2901.     moment, this would have to be applied manually.  It's not worth
  2902.     trying to integrate this with the rest of the mode more tightly
  2903.     until we decide whether and how compile's interface is going to
  2904.     change away from a closed subsystem.
  2905.  
  2906.     * files.el (cd): Changed to use to resolve relative cd calls.
  2907.     (cd-absolute): Added.  This is actually the old cd code with a
  2908.     changed doc string.
  2909.     (parse-colon-path): Added. Path-to-string exploder --- may be
  2910.     useful elsewhere.
  2911.  
  2912.     * ring.el: Added and fixed documentation.
  2913.     (ring-rotate): Nuked.  It was (a) unused, and (b) totally broken
  2914.     (as in, any attempt to use it died with a type error, and when I
  2915.     patched it to fix that I found its algorithm was broken).
  2916.     (ring-ref): Added doc string.
  2917.  
  2918. Sun Apr 25 00:48:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  2919.  
  2920.     * bytecomp.el (meta-flag): Declare this an obsolete variable.
  2921.  
  2922.     * subr.el (listify-key-sequence): Use a character constant to
  2923.     decide which bits to flip, not an integer constant.
  2924.  
  2925. Sat Apr 24 06:08:52 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  2926.  
  2927.         * shell.el (shell-prompt-pattern): Add `;' as potential prompt
  2928.           delimiter (for `es' and `rc' shells most particularly). 
  2929.  
  2930. Fri Apr 23 07:31:14 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2931.  
  2932.     * isearch.el: Replaced all fsets with defaliases.
  2933.  
  2934. Fri Apr 23 06:51:44 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2935.  
  2936.     * bytecomp.el (define-function): Changed name back to defaliases
  2937.     to get things in a known-good state.  The unload patch had been
  2938.     half-applied, leading to lossage.
  2939.  
  2940.     * register.el, gnuspost.el, find-dired.el, cust-print.el,
  2941.     two-column.el, tar-mode.el, shell.el, lselect.el, select.el,
  2942.     ispell.el, life.el, picture.el, rmail.el, mim-mode.el, replace.el,
  2943.     tex-mode.el, frame.el, lucid.el, subr.el:
  2944.     All fsets changed to defaliases.
  2945.  
  2946.     * edt.el: Some fsets changed to defaliases.
  2947.  
  2948.     * telnet.el: Commentary added.
  2949.         (telnet): Doc fix.
  2950.         (rsh): Added entry point for rsh to remote host, per suggestion by
  2951.     Michael McNamara <mac@ardent.com>.  No change to any other code.
  2952.  
  2953.     * info.el (Info-find-node, Info-insert-subfile): Do the right
  2954.     thing if info files have been compressed or gzipped.  This is
  2955.     saving me lots of disk space.
  2956.  
  2957.     * simple.el: All fsets changed to defaliases.
  2958.     (kill-forward-chars, kill-backward-chars): Deleted.  These were
  2959.     internal subroutines used by delete-char and delete-backward-char
  2960.     before those functions were moved into the C kernel.  Now nothing
  2961.     uses them.
  2962.     (kill-line): Added kill-whole-line variable.  Defaults to nil; a
  2963.     non-nil value causes a kill-line at the beginning of a line to
  2964.     kill the newline as well as the line.  I find it very convenient.
  2965.     Emulates Unipress' &kill-lines-magic variable.
  2966.     (next-line): Added next-line-add-newlines variable.  If nil,
  2967.     next-line will not insert newlines when invoked at the end of a
  2968.     buffer.  This obviates three LCD packages.
  2969.     (left-arrow, right-arrow): New functions.  These do backward-char
  2970.     and forward-char first. If line truncation is on, they then scroll
  2971.     left or right as necessary to make sure point is visible.
  2972.  
  2973.     * loaddefs.el: All fsets changes to defaliases.
  2974.     (global-map): Changed bindings of [left] and [right] to left-arrow and
  2975.     right-arrow respectively.
  2976.  
  2977. Thu Apr 22 22:56:54 1993  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  2978.  
  2979.     * ange-ftp.el (ange-ftp-binary-file-name-regexp):
  2980.     Match .z and .z-part-?? files.
  2981.  
  2982. Wed Apr 21 03:47:05 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  2983.  
  2984.     * makefile.el: Rewritten and simplified, commentary added.  It now
  2985.     will usually detect when the makefile target or macro lists need
  2986.     to be rebuilt and do it automatically; in particular, this means
  2987.     you no longer have to deal with an annoying wait at find-time.
  2988.  
  2989. Mon Apr 19 21:29:48 1993  Roland McGrath  (roland@mole.gnu.ai.mit.edu)
  2990.  
  2991.     * vc.el (vc-revert-buffer1): Typo fix in last change.
  2992.  
  2993.     * shell.el (shell-mode): isationization (doc fix).
  2994.  
  2995.     * shell.el (shell-mode): Capitalize mode name.
  2996.  
  2997.     * vc.el (vc-comment-to-change-log): Restored interactive spec.
  2998.     Why was it removed?  Why does the only log entry mentioning this
  2999.     function contain no actual information?
  3000.  
  3001.     * vc.el (vc-revert-buffer1):
  3002.     Completely rewrote compilation reparsing code.
  3003.  
  3004.     * files.el (find-file-noselect): Never set SAME-TRUENAME to a
  3005.     buffer whose buffer-file-name is nil.
  3006.  
  3007.     * files.el (set-auto-mode): If the buffer begins with "#!", look
  3008.     for -*- in the first two lines, not just the first one.
  3009.  
  3010. Sat Apr 17 17:44:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3011.  
  3012.     * sendmail.el (mail-do-fcc): Make a numeric time zone indicator
  3013.     with current-time-zone--don't run `date'.
  3014.  
  3015. Fri Apr 16 19:36:29 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3016.  
  3017.     * bytecomp.el (byte-compile, byte-compile-keep-pending)
  3018.     (byte-compile-file-form-defmumble): Generate define-function
  3019.     rather than fset, to install definitions for defun, defmacro, etc.
  3020.  
  3021.     * loadhist.el: New file.
  3022.  
  3023.     * tar-mode.el: Add defvars to pacify the byte compiler, at RMS's
  3024.     request.
  3025.  
  3026.     * diff.el (diff-parse-differences): Small robustification ---
  3027.     don't lose if we call this with compilation-parsing-end nil
  3028.  
  3029. Fri Apr 16 19:23:21 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3030.  
  3031.     * electric.el (shrink-window-if-larger-than-buffer):
  3032.     Moved to window.el.
  3033.  
  3034. Fri Apr 16 18:55:13 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3035.  
  3036.     * comint.el (comint-match-partial-pathname): Move "---" range in
  3037.     character class in regular expressions to the end of the character
  3038.     class; this way, it meets the POSIX regexp specs.
  3039.  
  3040.     * files.el (abbreviate-file-name): If abbreviated-home-dir ends
  3041.     with a slash, don't remove the corresponding slash from filename
  3042.     when we collapse the home directory to ~.
  3043.  
  3044. Fri Apr 16 09:06:07 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3045.  
  3046.         * rlogin.el: Add autoload cookies for all defvars.
  3047.         (rlogin-process-connection-type): New variable.
  3048.         (rlogin): Use it to determine process-connection-type.
  3049.         (rlogin): Set process mark to point-max, not point-min.
  3050.         (rlogin-with-args): Put `+' inside \(\) pair in string-match.
  3051.         (rlogin-password): Take optional arg `proc' for use by rlogin-filter.
  3052.         Write docstring.  Call new winning version of comint-read-noecho
  3053.         instead of doing reading by hand. 
  3054.         (rlogin-mode): Wrote docstring. 
  3055.         (rlogin-filter): Completely rewritten to be more efficient.
  3056.  
  3057. Wed Apr 14 16:35:17 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3058.  
  3059.     * resume.el (resume-suspend-hook): Renamed from empty-args-file.
  3060.     Add autoload cookie.
  3061.     (resume-emacs-args-buffer): Renamed.
  3062.     (resume-write-buffer-to-file): Renamed.
  3063.  
  3064.     * two-column.el (tc-dissociate): Renamed from tc-kill-association.
  3065.     Move binding to C-x 6 d.
  3066.  
  3067. Wed Apr 14 15:56:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3068.  
  3069.     * autoload.el (update-file-autoloads, update-directory-autoloads):
  3070.     If called interactively, save generated-autoload-file when done.
  3071.  
  3072. Wed Apr 14 15:34:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3073.  
  3074.     * makefile.el (makefile-mode): Fix typo in autoload cookie.
  3075.  
  3076.     * isearch.el: Doc fixes.
  3077.  
  3078. Wed Apr 14 16:41:51 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3079.  
  3080.     * gud.el (gud-mode): Created C-c synonym bindings in the GUD
  3081.     buffer's local map.
  3082.     
  3083.     (gud-key-prefix): Changed to C-x C-a.
  3084.  
  3085. Wed Apr 14 16:38:49 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3086.  
  3087.     * help-macro.el: Name changed from help-screen.el to fit in a
  3088.     14-character limit.
  3089.  
  3090.     * sun-curs.el: Name changed from sun-cursors.el to protect the
  3091.     innocents.
  3092.  
  3093. Wed Apr 14 03:34:44 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3094.  
  3095.     * finder.el: Rewritten.  The Finder is now a major mode with the
  3096.     ability to browse package commentary sections and a completely 
  3097.     point-and-shoot interface similar to Dired's.
  3098.  
  3099.     * window.el (shrink-window-if-larger-than-buffer): Moved from
  3100.     electric.el to windows.el, minor bug fix.  This is to avoid code
  3101.     duplication between vc.el, electric.el, and finder.el.
  3102.     
  3103.     (ctl-x-map): Added C-x - and C-x + as experimental bindings for
  3104.     shrink-window-if-larger-than-buffer and balance-windows
  3105.     respectively.  Since shrink-window-if-larger-than-buffer has to
  3106.     live here anyhow, let users use it to manage screen space.
  3107.  
  3108.     * lisp-mnt.el (lm-commentary-region): Gone.
  3109.     
  3110.     (lm-commentary): New function, replacing lm-commentary-region.
  3111.  
  3112. Mon Apr 12 21:36:52 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3113.  
  3114.     * bytecomp.el: The `suspend-hooks' variable is obsolete now, and
  3115.     `suspend-hook' is the right name.
  3116.  
  3117. Mon Apr 12 21:36:20 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3118.  
  3119.     * term/sun-mouse.el (suspend-emacstool): Run suspend-hook, not
  3120.     suspend-hooks.
  3121.  
  3122. Mon Apr 12 07:54:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3123.  
  3124.     * rot13.el (rot13-display-table): Use `vector', not `make-rope'.
  3125.  
  3126.     * disp-table.el: Use `vector', not `make-rope'.
  3127.  
  3128.     * rot13.el (rot13-other-window): Add autoload.
  3129.  
  3130. Mon Apr 12 04:30:46 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3131.  
  3132.         * comint.el (comint-process-echoes): New variable.
  3133.         (comint-mode): Make it buffer-local. 
  3134.         (comint-send-input): Delete text from process mark to point if
  3135.         variable `comint-process-echoes' is non-`nil', since it is assumed
  3136.         process will re-echo the text. 
  3137.  
  3138. Mon Apr 12 03:49:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3139.  
  3140.     * disp-table.el: Use `vector', not `make-rope'.
  3141.  
  3142.     * rot13.el (rot13-other-window): Add autoload.
  3143.     (rot13-display-table): Use `vector', not `make-rope'.
  3144.  
  3145. Sat Apr 10 14:28:05 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3146.  
  3147.     * gud.el (gdb, sdb, dbx): Improved prompting a la grep.
  3148.  
  3149.     * comint.el: Clean up cmu* uses in header comments.
  3150.  
  3151. Sat Apr 10 06:21:55 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  3152.  
  3153.     * subr.el (overlay-start, overlay-end, overlay-buffer): New
  3154.     defsubsts.
  3155.  
  3156. Sat Apr 10 00:39:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3157.     
  3158.     * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
  3159.  
  3160.         * finder.el (finder-by-keyword): Build an alist to pass to
  3161.     completing-read, instead of building an invalid obarray.
  3162.     
  3163.     * finder.el (finder-by-keyword): If the user quits or enters the
  3164.     empty string in response to the keyword prompt, restore the old
  3165.     window configuration properly.
  3166.  
  3167. Sat Apr 10 00:39:29 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3168.  
  3169.     * paragraphs.el (sentence-end, forward-sentence): Doc fixes.
  3170.  
  3171. Fri Apr  9 23:17:05 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3172.  
  3173.     * emerge.el (emerge-with-ancestor): Applied Donald Erway's fix
  3174.     patch, which included the following explanatory comment: "D.Erway
  3175.     - This used to just do emerge-get-diff3-group on 2, then on
  3176.     3. This was incorrect, since the file 3 info for a diff can
  3177.     preceed the file 2 info for that same diff. So we save and restore
  3178.     point to overcome this."
  3179.  
  3180. Fri Apr  9 03:34:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  3181.  
  3182.     * subr.el (overlay-start, overlay-end, overlay-buffer): New
  3183.     defsubsts.
  3184.  
  3185.         * finder.el (finder-by-keyword): Build an alist to pass to
  3186.     completing-read, instead of building an invalid obarray.
  3187.  
  3188.     * finder.el (finder-by-keyword): If the user quits or enters the
  3189.     empty string in response to the keyword prompt, restore the old
  3190.     window configuration properly. 
  3191.  
  3192. Thu Apr  8 17:47:39 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3193.  
  3194.     * autoload.el (generate-file-autoloads): Doc fix.
  3195.  
  3196. Thu Apr  8 16:35:59 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3197.  
  3198.     * gud.el: Massive changes, amounting nearly to a rewrite.  The new
  3199.     features include auto-configuring support for SVr4, more commands,
  3200.     and a full minor-mode implementation that binds all GUD commands
  3201.     not just in the GUD interaction mode, but in C buffers visited by
  3202.     GUD.  The common prefix of GUD commands is now C-x X, like
  3203.     electric-debug mode.
  3204.  
  3205.     * vc-hooks.el (vc-mode): name change.  This looks better in keymap
  3206.     listings and conforms to the naming conventions used by other
  3207.     packages.
  3208.  
  3209.     * vc.el (vc-directory. vc-start-entry, vc-next-action,
  3210.     vc-next-action-on-file): The vc-directory listing is now in an
  3211.     augmented Dired mode that supports vc-next-action on all marked
  3212.     files.
  3213.  
  3214.     * dired.el (dired-noselect, dired-internal-noselect,
  3215.     dired-insert-directory): Enhancements to support passing dired a
  3216.     DIRNAME argument consisting of a directory-name car and a
  3217.     list-of-files cdr.  This is needed to support VC's augmented
  3218.     dired, which wants a filtered file display that recurses (showing
  3219.     all version-controlled files in subdirectories as well as the
  3220.     top-level ones).
  3221.  
  3222.     * menu-bar.el: Added and corrected library headers.
  3223.  
  3224. Thu Apr  8 07:10:13 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3225.  
  3226.     * menu-bar.el: entered into RCS
  3227.  
  3228.     * lucid.el: Add copyright notice.
  3229.  
  3230. Wed Apr  7 20:58:20 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3231.  
  3232.     * compile.el (compile-internal): Initialize the process-mark.
  3233.  
  3234.     * compile.el (compilation-error-regexp-alist):
  3235.     Tighten first regexp so that it
  3236.     requires a colon or open-paren before the line number, not just
  3237.     whitespace.
  3238.  
  3239.     * compile.el (compilation-parse-errors): Remove debugging setq.
  3240.  
  3241.     * compile.el (compilation-filter): New function.
  3242.     (compile-internal): Make it the process's filter.
  3243.  
  3244.     * compile.el (compilation-error-regexp-alist):
  3245.     Fixed MIPS CC regexp to match file
  3246.     names longer than one char.
  3247.     (compilation-parse-errors): Error if compilation-error-regexp-alist is nil.
  3248.  
  3249. Wed Apr  7 17:42:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3250.  
  3251.     * menu-bar.el: New file.
  3252.  
  3253.     * fill.el (fill-nonuniform-paragraphs): New command.
  3254.  
  3255. Wed Apr  7 16:58:20 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3256.  
  3257.     * compile.el (compile-internal): Initialize the process-mark.
  3258.  
  3259. Wed Apr  7 16:14:29 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3260.  
  3261.     * compile.el (compilation-error-regexp-alist): Tighten first
  3262.     regexp so that it requires a colon or open-paren before the line
  3263.     number, not just whitespace.
  3264.  
  3265. Wed Apr  7 15:24:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3266.  
  3267.     * files.el (find-file-noselect):
  3268.     Verify other buffers' file numbers are still valid.
  3269.  
  3270. Wed Apr  7 14:34:17 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3271.  
  3272.     * compile.el (compilation-filter): New function.
  3273.     (compile-internal): Make it the process's filter.
  3274.  
  3275.     * compile.el (compilation-error-regexp-alist): Fixed MIPS CC
  3276.     regexp to match file names longer than one char.
  3277.     (compilation-parse-errors): Error if
  3278.     compilation-error-regexp-alist is nil.
  3279.  
  3280. Wed Apr  7 00:27:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3281.  
  3282.     * tabify.el (untabify): Don't really change where restriction starts.
  3283.  
  3284. Tue Apr  6 13:11:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3285.  
  3286.     * dired.el (dired-pop-to-buffer): Adjust count-lines val for last line.
  3287.  
  3288. Mon Apr  5 19:52:16 1993  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  3289.  
  3290.     * add-log.el (find-change-log): New function.
  3291.     (add-change-log-entry): FILE-NAME frobnicating code moved there;
  3292.     call it.
  3293.     * vc.el (vc-comment-to-change-log):
  3294.     Renamed from vc-comment-to-changelog.
  3295.     Take optional arg and pass it to find-change-log.
  3296.     Added docstring and interactive spec.
  3297.  
  3298. Mon Apr  5 17:13:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3299.  
  3300.     * compile.el (compilation-error-regexp-alist):
  3301.     Merged HP-UX 7.0 fc regexp with the
  3302.     GNU format regexp: just allowing blanks to terminate the line number
  3303.     makes that one handle the HP case.  Merged MIPS RISC CC regexp with
  3304.     Apollo cc regexp: make "s optional, and don't anchor to bol.
  3305.  
  3306.     * compile.el (compilation-error-regexp-alist):
  3307.     Changed MIPS RISC CC regexp (last one) to
  3308.     be anchored at bol, and to never match multiple lines.
  3309.  
  3310. Sat Apr  3 23:28:03 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3311.  
  3312.     * man.el, assoc.el: Installed Barry Warsaw's new and much more
  3313.     featureful man page browser.
  3314.  
  3315.     * finder.el, help-screen.el, faces.el: Added or corrected
  3316.     documentation headers
  3317.  
  3318. Sat Apr  3 11:00:56 1993  Noah Friedman  (friedman@geech.gnu.ai.mit.edu)
  3319.  
  3320.     * comint.el: New comint-read-noecho.
  3321.  
  3322. Fri Apr  2 16:41:54 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3323.  
  3324.     * chistory.el (repeat-history-command): Bug fix.  Someone forgot a car.
  3325.  
  3326. Fri Apr  2 01:18:58 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3327.  
  3328.     * mpuz.el (mpuz-try-letter): Use read-char to read digit.
  3329.     Use message directly also.  Use downcase.
  3330.     (mpuz-read-map): Deleted.
  3331.  
  3332.     * dired.el (dired-unmark-all-files): Read the arg as just a char.
  3333.  
  3334. Thu Apr  1 17:19:36 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3335.  
  3336.     * lisp-mode.el (eval-defun): Rename argument to avoid collision.
  3337.     (eval-last-sexp): Likewise.
  3338.  
  3339. Wed Mar 31 21:11:36 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3340.  
  3341.     * etags.el (etags-tags-completion-table): Rewritten with a mondo
  3342.     regexp.
  3343.  
  3344. Wed Mar 31 20:05:51 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3345.  
  3346.     * timer.el (timer-program): New defconst.
  3347.     (run-at-time): Use timer-program as the name of the program the
  3348.     subprocess should run, and search for it in exec-directory, rather
  3349.     than checking the entire exec path.
  3350.  
  3351. Wed Mar 31 16:12:06 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3352.  
  3353.     * simple.el (indent-for-comment): Use skip-syntax-backward in place of
  3354.     skip-chars-backward.
  3355.     Correctly set INDENT to the return value of comment-indent-function.
  3356.  
  3357.     * etags.el (etags-tags-completion-table): Use skip-syntax-backward
  3358.     instead of skip-chars-backward.
  3359.  
  3360.     * view.el (view-exit): Use local map view-old-local-map,
  3361.     not (current-local-map).
  3362.     (view-buffer-other-window): Remove spurious backslashes from
  3363.     interactive spec.
  3364.  
  3365.     * map-ynp.el (map-y-or-n-p): Make bindings of user-defined keys be
  3366.     each a vector containing the user's binding, rather than 'user.  Check
  3367.     (vectorp DEF) and call the vector's elt, rather than checking (eq 'user
  3368.     DEF) and calling something completely random.
  3369.  
  3370.     * novice.el (enable-command): Remove spurious assignment of free
  3371.     variable `foo'.
  3372.  
  3373.     * help.el (describe-function): For Lisp functions, write a
  3374.     prototype call before the docstring, instead of an argument
  3375.     description after it.
  3376.  
  3377. Tue Mar 30 17:15:24 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3378.  
  3379.     * files.el (find-backup-file-name): Delete nothing if overflow
  3380.     in number of versions to keep.
  3381.  
  3382. Tue Mar 30 16:12:13 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3383.  
  3384.     * subr.el (int-to-string): Make this an alias for the subr
  3385.     number-to-string.
  3386.  
  3387. Tue Mar 30 14:37:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3388.  
  3389.     * isearch.el (isearch-mode-map): Delete the binding for C-h.
  3390.     (isearch-done): Customize the message about mark.
  3391.  
  3392. Tue Mar 30 14:37:42 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3393.  
  3394.         * comint.el (comint-read-noecho): Rewritten to provide some simple
  3395.         editing ability and be able to abort when called from a process
  3396.         filter.  Re-arranged and updated docstring.
  3397.  
  3398. Tue Mar 30 16:22:39 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3399.  
  3400.     * ring.el: Changed summary line.
  3401.  
  3402. Tue Mar 30 02:27:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3403.  
  3404.     * faces.el: New file.
  3405.  
  3406. Mon Mar 29 14:08:44 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3407.  
  3408.     * rmail.el (rmail): Don't use mbox as inbox by default.
  3409.  
  3410.     * simple.el (count-lines): Use save-match-data.
  3411.  
  3412.     * buff-menu.el: Put back removed years in copyright notice.
  3413.  
  3414. Mon Mar 29 15:38:31 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3415.  
  3416.     * vc.el (vc-next-action, vc-print-log, vc-diff, vc-revert-buffer):
  3417.     Improved logic for parent buffer finding.
  3418.  
  3419.     (vc-cancel-version): bug fix.
  3420.  
  3421. Mon Mar 29 03:09:10 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3422.  
  3423.     * mailabbrev.el: Provide mailabbrev, not mail-abbrevs.
  3424.  
  3425. Sun Mar 28 15:10:50 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3426.  
  3427.     * fill.el (fill-individual-paragraphs): When skipping mail headers,
  3428.     skip to a blank line.
  3429.  
  3430.     * env.el (setenv): Renamed back from putenv.
  3431.  
  3432.     * replace.el (regexp-history): New history list.
  3433.     (occur, flush-lines, keep-lines, how-many): Use it.
  3434.     (occur): Don't insert previous string in minibuffer gratuitously.
  3435.     Just use it if input is empty.
  3436.     Use save-match-data around count-lines.
  3437.  
  3438. Sun Mar 28 01:53:54 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3439.  
  3440.         * setenv.el: Renamed to env.el.  Provide `env', not `setenv'. 
  3441.         (setenv): Renamed to `putenv', which is the more proper complement
  3442.         of `getenv'.  `setenv' retained as an alias. 
  3443.         Make VALUE parameter optional; if not set, remove VARIABLE from
  3444.         process-environment. 
  3445.  
  3446.         * rlogin.el (rlogin): If given a prefix argument and an rlogin
  3447.         session for HOST is already running, start a new rlogin process
  3448.         rather than switching to the existing one.  Added docstring.
  3449.     Bound `proc' in let*.
  3450.         (rlogin-explicit-args, rlogin-password-paranoia): New variables.
  3451.         (rlogin-filter): Prompt for passwords in minibuffer if
  3452.         rlogin-password-paranoia is set. 
  3453.         (rlogin-with-args, rlogin-password): New functions.
  3454.  
  3455. Sun Mar 28 06:40:46 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3456.  
  3457.     * vc.el (vc-comment-to-changelog): A useful vc-checkin hook, added.
  3458.     (vc-checkout): Now rejects attempts to check out files via FTP.
  3459.     
  3460.     * vc.el: The `derived buffers' in the mode (the VC log buffer,
  3461.     status buffers, and most buffer output commands) now know which
  3462.     file buffer was their parent, and most commands will try to find
  3463.     such a parent buffer when executed from within a special buffer.
  3464.  
  3465.     * makefile.el: Added autoload cookie for entry point.
  3466.  
  3467.     * files.el (auto-mode-alist): added pairs for .ms, .man, .mk,
  3468.     [Mm]akefile, .lex.
  3469.  
  3470.     * electric.el: (shrink-window-if-larger-than-buffer) Added doc
  3471.     string.  Made argument optional, because window-buffer does the
  3472.     right thing with nil.
  3473.  
  3474.     * ebuff-menu.el (electric-buffer-menu-mode-map): fillarray isn't a
  3475.      valid operation on maps any more.
  3476.  
  3477. Sat Mar 27 16:26:22 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3478.  
  3479.     * refer.el: Installed.
  3480.  
  3481. Sat Mar 27 13:00:59 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3482.  
  3483.     * lucid.el (try-face-font, find-face, get-face): New aliases.
  3484.  
  3485. Sat Mar 27 08:20:12 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3486.  
  3487.     * abbrevlist.el, old-inf-lisp.el, old-screen.el old-shell.el,
  3488.     oshell.el: Removed.
  3489.  
  3490. Sat Mar 27 02:44:26 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  3491.  
  3492.         * rlogin.el: Updated copyright year and added autoload cookies.
  3493.         (rlogin): Set process marker to beginning of buffer.
  3494.         (rlogin-filter): Use unwind-protect to restore match-data.  Use
  3495.         insert-before-markers instead of insert to keep input and output
  3496.         from getting garbled.  Delete spurious ?\C-m chars in output
  3497.         instead of replacing them with ?\ .
  3498.  
  3499. Sat Mar 27 01:18:21 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3500.  
  3501.     * case-table.el: Add autoloads.
  3502.     (set-case-syntax-delims, set-case-syntax-pair, set-case-syntax):
  3503.     Rename arg STRING to TABLE.  Do not set the standard case table.
  3504.  
  3505. Fri Mar 26 21:45:40 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3506.  
  3507.     * loaddefs.el: Commented out function-key-error definition and
  3508.     uses in the global keymaps.  RMS and jimb objected to the amount
  3509.     of space these took up in the keybinding listings.
  3510.  
  3511. Sat Mar 27 01:58:44 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3512.  
  3513.     * lpr.el (printify-buffer): Added, debugged from Roland McGrath's
  3514.     printify-buffer code in LCD.
  3515.  
  3516.     * cookie.el (cookie): Enhanced it to handle both LINS files and
  3517.     UNIX fortune files.
  3518.  
  3519.     * rect.el (fill-rectangle):  Added.  Inspired by Lynn Slater's
  3520.     insert-box package in LCD, but the interface and implementation
  3521.     are different.
  3522.  
  3523.     * loaddefs.el (ctl-x-map): Added binding for fill-rectangle.
  3524.  
  3525.     * buff-menu.el (Buffer-menu-toggle-read-only): Added, per Rob
  3526.     Austein's suggestion in the LCD package bm-toggle.el.
  3527.  
  3528.     * subr.el (add-hook):  Added optional arg to cause hook to be
  3529.     appended rather than prepended to the hook list.  This obviates
  3530.     the 23 different hook-bashing packages in LCD.
  3531.     
  3532.     * subr.el (current-word): Added.  Lots of help and default-generator
  3533.     functions in LCD use it, and it's remarkably difficult to get
  3534.     right, especially given the new syntax primitives.
  3535.  
  3536. Fri Mar 26 07:28:20 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3537.  
  3538.     * files.el (local-write-file-hooks): New variable.
  3539.     (set-visited-file-name): Kill local-write-file-hooks as local var.
  3540.     (basic-save-buffer): Use local-write-file-hooks.
  3541.  
  3542. Fri Mar 26 02:27:15 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3543.  
  3544.     * files.el (local-write-file-hooks): New variable.
  3545.     (set-visited-file-name): Kill local-write-file-hooks as local var.
  3546.     (basic-save-buffer): Use local-write-file-hooks.
  3547.  
  3548. Fri Mar 26 04:17:45 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3549.  
  3550.     * yow.el (psychoanalyze-pinhead): Needed a prefrontal lobotomy.  I
  3551.     gave it one.
  3552.  
  3553.     * two-column.el: Added Commentary.
  3554.  
  3555. Thu Mar 25 03:40:35 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3556.  
  3557.     * help.el (describe-function): Add blank line above doc string.
  3558.  
  3559.     * uncompress.el: Add provide call.
  3560.  
  3561. Thu Mar 25 01:57:43 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3562.  
  3563.     * lisp-mnt.el (lm-last-modified-date): Fixed return bug.
  3564.  
  3565.     (lm-author, lm-maintainer): These now return cons pairs, not strings.
  3566.  
  3567.     * shell.el: Brent Benson's patch to support `cd -'.
  3568.  
  3569.     * mh-e.el (mh-unshar): Added.
  3570.  
  3571.     * emacsbug.el: Added a (provide 'emacsbug); lisp-mnt.el needs this.
  3572.  
  3573. Wed Mar 24 23:38:53 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3574.  
  3575.     * term/x-win.el (x-defined-colors): Use x-color-defined-p instead of
  3576.     x-defined-color.
  3577.     (x-handle-geometry): Use x-parse-geometry instead of x-geometry.
  3578.  
  3579. Wed Mar 24 20:27:07 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3580.  
  3581.     * calendar.el (calendar-standard-time-zone-name,
  3582.     calendar-daylight-time-zone-name): Initialize these at load-time,
  3583.     as well as calendar-time-zone.
  3584.  
  3585.     * calendar.el (calendar-time-zone): Fix code which initializes
  3586.     this.
  3587.  
  3588. Wed Mar 24 02:59:21 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3589.  
  3590.     * term/x-win.el: Bind M-next to an alias scroll-other-window-1
  3591.     to get better doc string output.
  3592.  
  3593. Tue Mar 23 18:27:03 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3594.  
  3595.     * compile.el: Fix library headers.
  3596.  
  3597. Tue Mar 23 07:41:49 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3598.  
  3599.     * files.el (insert-directory): Do chase symlinks before passing
  3600.     the directory name to ls.
  3601.  
  3602. Tue Mar 23 07:26:34 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3603.  
  3604.     * buff-menu.el: Incorporated changes from Bob Weiner's enhanced
  3605.     buff-menu from the LCD archive.
  3606.  
  3607. Tue Mar 23 02:26:42 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3608.  
  3609.     * replace.el (query-replace-map): Define backspace like delete.
  3610.  
  3611. Mon Mar 22 22:44:49 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3612.  
  3613.         * cookie.el: Created.  This file contains what was formerly the
  3614.     guts of spook.el, lightly hacked to support more than one
  3615.     simultaneous cookie database.
  3616.  
  3617.     * spook.el, yow.el: Modified to use cookie.el.  Total code in
  3618.     the three files cookie.el, yow.el and spook.el is less than the
  3619.     old spook.el + yow.el.
  3620.  
  3621.     * time.el, timer.el, uncompress.el, underline.el, view.el, vip.el,
  3622.     xscheme.el: Added or corrected Commentary section.  This finishes
  3623.     my pass over the lisp libraries; I'll teach the finder about
  3624.     these commentary sections soon.
  3625.  
  3626. Mon Mar 22 17:35:29 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3627.  
  3628.     * term/x-win.el (x-win-suspend-error):
  3629.     suspend-hook renamed from suspend-hooks.
  3630.  
  3631. Mon Mar 22 16:53:22 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3632.  
  3633.     * help.el, register.el, replace.el, reposition.el, rfc822.el,
  3634.     rlogin.el, rot13.el, scribe.el, scroll-bar.el, sendmail.el,
  3635.     setenv.el, sgml-mode.el, simple.el, simula.el, sort.el, spell.el,
  3636.     spook.el, studly.el, tabify.el, text-mode.el: Added or corrected
  3637.     Commentary headers.
  3638.  
  3639. Mon Mar 22 14:15:30 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3640.  
  3641.         * diary-insert.el: Change the name to diary-ins.el.
  3642.         * calendar.el: Change all autoload references to diary-ins.
  3643.  
  3644. Mon Mar 22 06:59:54 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3645.  
  3646.     * help.el: Don't load help-screen at run time if compiled.
  3647.  
  3648. Mon Mar 22 05:42:35 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3649.  
  3650.     * man.el, mlconvert.el, mlsupport.el, modula2.el, mouse.el,
  3651.     mpuz.el, netunam.el, novice.el, nroff-mode.el, options.el,
  3652.     outline.el, page.el, paragraphs.el, picture.el, prolog.el,
  3653.     rect.el: Added or corrected Commentary sections.
  3654.  
  3655. Mon Mar 22 03:27:18 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3656.  
  3657.     * abbrev.el, ada.el, add-log.el, array.el, autoinsert.el,
  3658.     autoload.el, awk-mode.el, bib-mode.el, bibtex.el, buff-menu.el,
  3659.     bytecomp.el, c++-mode.el, c-mode.el, cl-indent.el, cmacexp.el,
  3660.     cmulisp.el, cmuscheme.el, comint.el, compare-w.el, compile.el,
  3661.     debug.el, diff.el, dired-aux.el, dired.el, disass.el,
  3662.     dissociate.el, doctor.el, ebuff-menu.el, edebug.el, ehelp.el,
  3663.     emacsbug.el, emerge.el, files.el, fill.el, fortran.el, gosmacs.el,
  3664.     hanoi.el, hexl.el, hideif.el, icon.el, indent.el, iso-insert.el,
  3665.     iso-swed.el, iso-syntax.el, iso8859-1.el, ispell.el, kermit.el,
  3666.     ledit.el, life.el, lisp-mode.el, lisp.el, lpr.el, macros.el,
  3667.     mail-utils.el, mailalias.el, makefile.el, makesum.el, mim-mode.el,
  3668.     modula2.el, nroff-mode.el, perl-mode.el, prolog.el, scheme.el,
  3669.     sgml-mode.el, tex-mode.el:
  3670.     Added or corrected Commentary sections.  There's more of this
  3671.     coming; soon, the package finder will be able to browse Commentary
  3672.     sections, and I want almost all packages to have useful ones.
  3673.  
  3674. Sun Mar 21 03:03:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3675.  
  3676.     * help.el: Don't load help-screen at run time if compiled.
  3677.  
  3678.     * simple.el (line-number-mode): New function and variable.
  3679.  
  3680.     * loaddefs.el (default-mode-line-format-default): Use %l.
  3681.  
  3682. Sun Mar 21 00:30:21 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3683.  
  3684.      * time.el (display-time): Doc fix.
  3685.  
  3686.     * isearch.el (isearch-switch-frame-handler): Call
  3687.     handle-switch-frame instead of select-frame; it has been renamed.
  3688.  
  3689.     * simple.el (comment-indent-function): New variable, intended to
  3690.     replace comment-indent-hook.
  3691.     (comment-indent-hook): Make this default to nil now.
  3692.     (indent-for-comment): If comment-indent-hook is non-nil, call it
  3693.     for backward compatibility; otherwise, call
  3694.     comment-indent-function.
  3695.     * bytecomp.el: Declare comment-indent-hook an obsolete variable.
  3696.  
  3697. Sat Mar 20 15:16:51 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3698.  
  3699.     * time.el (display-time): Doc fix.
  3700.  
  3701.     * lucid.el: Alias lower-screen and raise-screen to lower-frame and
  3702.     raise-frame, the new names for those functions.
  3703.  
  3704. Fri Mar 19 21:48:09 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3705.  
  3706.     * bush.el: Deleted.
  3707.  
  3708.     * finder.el: Make sure that when new keywords are compiled, we see them
  3709.     immediately.
  3710.  
  3711. Fri Mar 19 17:38:48 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3712.  
  3713.         * tex-mode.el (tex-send-command): Fix the command sent so that no
  3714.         blank is inserted when replacing the asterisk with the file name.
  3715.  
  3716. Fri Mar 19 14:21:44 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3717.  
  3718.     * vt100-led.el, bg-mouse.el, sup-mouse.el, sun-mouse.el:
  3719.     moved to term directory.
  3720.  
  3721. Thu Mar 18 21:44:24 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3722.  
  3723.     * Makefile: created.  This exists mainly so developers elsewhere
  3724.     can unlock the lisp files to accept an update tar, then relock
  3725.     them without locking the few that should stay writeable.
  3726.  
  3727.     * solar.el, ange-ftp.el: Corrected Keywords header
  3728.  
  3729.     * ftp.el: Nuked (actually, moved to =ftp.el).
  3730.     ange-ftp.el replaces this.
  3731.  
  3732. Thu Mar 18 21:39:28 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  3733.  
  3734.         * solar.el (solar-time-string): Round the time properly.
  3735.  
  3736. Thu Mar 18 21:29:42 1993  Eric S. Raymond  (eric@geech.gnu.ai.mit.edu)
  3737.  
  3738.     * abbrev.el, abbrevlist.el, add-log.el, apropos.el, array.el,
  3739.     autoload.el, awk-mode.el, cal-french.el, cal-mayan.el,
  3740.     calendar.el, cmulisp.el, cmuscheme.el, comint.el, compile.el,
  3741.     completion.el, cust-print.el, dabbrev.el, debug.el, diary.el,
  3742.     diff.el, disass.el, edebug.el, edmacro.el, emacsbug.el, finder.el,
  3743.     inf-lisp.el, ispell.el, life.el, lisp.el, lunar.el, macros.el,
  3744.     netunam.el, old-shell.el, scribe.el, spell.el, sun-cursors.el,
  3745.     terminal.el, unrmail.el, vms-pmail.el:
  3746.     Add or correct Keywords headers for finder.
  3747.  
  3748. Thu Mar 18 19:22:48 1993  Richard Stallman  (rms@geech.gnu.ai.mit.edu)
  3749.  
  3750.     * frame.el (make-frame): Renamed from new-frame.
  3751.     (new-frame): Alias for make-frame.
  3752.  
  3753. Thu Mar 18 14:18:32 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  3754.  
  3755.     * frame.el (make-frame): Renamed from new-frame.
  3756.     (new-frame): Alias for make-frame.
  3757.  
  3758. Thu Mar 18 11:34:34 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  3759.  
  3760.         * tex-mode.el (tex-send-command): Fix the command sent so that no
  3761.         blank is inserted when replacing the asterisk with the file name.
  3762.  
  3763. Thu Mar 18 03:38:31 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3764.  
  3765.     * term/wyse50.el: (function-key-map) Nuke code no longer bound to keys.
  3766.  
  3767.     * term/tvi970.el: (function-key-map)
  3768.     As many key cookies as possible renamed to fit the new conventions
  3769.     documented in lisp/term/README.
  3770.  
  3771.     * term/vt100.el, term/news.el: (function-key-map)
  3772.     Fix things so that bindings are added to the keymap already created by
  3773.     terminal initialization.
  3774.  
  3775. Wed Mar 17 16:57:17 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3776.  
  3777.     * help-screen.el: Installed, following release.  Now package
  3778.     writers can easily implement help screens resembling Emacs's
  3779.     own on-line help system.
  3780.  
  3781.     * help.el: help-for-help now uses make-help-screen from help-screen.el.
  3782.  
  3783. Wed Mar 17 13:24:32 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3784.  
  3785.     * finder-inf.el: Deleted the RCS file.
  3786.  
  3787. Wed Mar 17 17:19:16 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3788.  
  3789.     * isearch.el, lselect.el, select.el, scroll-bar.el, texinfo.el,
  3790.     pending-del.el, profile.el, texinfmt.el, ls-lisp.el, meese.el,
  3791.     isearch.el, tmenu.el, lmenu.el, rmailsum.el, unrmail.el,
  3792.     hippie.el, lmenu.el, rmailmsc.el, rlogin.el, mhspool.el,
  3793.     lisp-mode.el, novice.el, mouse.el, vms-pmail.el, vc-hooks.el,
  3794.     levents.el, iso8859-1.el, isearch.el, hippie.el, find-gc.el,
  3795.     cust-print.el, find-dired.el, etags.el, electric.el, dired.el,
  3796.     dired-aux.el, cust-print.el, cmuscheme.el, cmulisp.el, cl.el,
  3797.     case-table.el, byte-run.el, ange-ftp.el, backquote.el:
  3798.     Added or corrected library header comments.
  3799.  
  3800. Wed Mar 17 14:26:35 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3801.  
  3802.     * finder.el (finder-compile-keywords): Treat nil in a path
  3803.     argument as $PWD.
  3804.     
  3805.     (finder-by-keyword): Handle LFD as input gracefully.
  3806.  
  3807. Wed Mar 17 14:01:56 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3808.  
  3809.     * vc-hooks.el: Increment version number to match vc.el's.
  3810.  
  3811.     * vc.el (vc-header-strings): Name changed to vc-header-alist, to match
  3812.     the docs.
  3813.     
  3814.     (vc-finish-logentry, vc-next-comment, vc-previous-comment,
  3815.     vc-comment-search-forward, vc-comment-search-backward) The VC comment
  3816.     ring is now a separate buffer from *VC-log*; editing of old comments
  3817.     is no longer destructive.
  3818.  
  3819. Tue Mar 16 21:09:56 1993  Paul Eggert  (eggert@twinsun.com)
  3820.  
  3821.     * vc.el (vc-version-diff): Use (message ...), not (message (format
  3822.     ...)).  (vc-backend-checkout, vc-backend-assign-name): Correct
  3823.     bogus messages.
  3824.  
  3825.     * vc-hooks.el: Merge today's change by eric with everybody else's
  3826.     change (from 1992/08/04 through 1993/02/24).
  3827.  
  3828. Tue Mar 16 13:03:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3829.  
  3830.     * bytecomp.el (byte-compile-from-buffer): Put buffer containing
  3831.     compiled code in binary overwrite mode.
  3832.  
  3833.         * simple.el (quoted-insert): In overwrite mode, don't read digits
  3834.     as an octal character code.  In binary overwrite mode, overwrite
  3835.     the characters instead of inserting them.
  3836.     (overwrite-mode-textual, overwrite-mode-binary): New symbols, for
  3837.     use in the mode line.
  3838.     (overwrite-mode): Doc fix.  Use force-mode-line-update.
  3839.     (binary-overwrite-mode): New function.
  3840.         * loaddefs.el (minor-mode-alist): Make the mode line element for
  3841.     overwrite-mode be the symbol `overwrite-mode'.
  3842.  
  3843. Tue Mar 16 10:52:06 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3844.  
  3845.     * vc.el, vc-hooks.el: the macro vc-error-occurred has to move from
  3846.     vc.el to vc-hooks.el for C-x C-f of a nonexistent file to work.
  3847.  
  3848. Tue Mar 16 03:40:21 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3849.  
  3850.     * calendar.el (calendar-time-zone): Initialize this when
  3851.     calendar.el loads, not in the defvar.
  3852.  
  3853. Mon Mar 15 01:01:29 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3854.  
  3855.     * register.el (view-register): Neglect not to avoid failing to
  3856.     properly display all the possible sorts of things one might find
  3857.     in a buffer.
  3858.  
  3859.     Make frame configurations start with a distinctive symbol.
  3860.     * frame.el (current-frame-configuration): Return a list as before,
  3861.     but starting with `frame-configuration'.
  3862.     (set-frame-configuration): Check that CONFIGURATION is a list
  3863.     starting with `frame-configuration', strip it off, and do as before.
  3864.     (frame-configuration-p): New function.
  3865.     * register.el (jump-to-register): Use frame-configuration-p,
  3866.     instead of catching an error in set-frame-configuration.  Really now.
  3867.  
  3868.     * indent.el (indent-region, indent-region-function): Doc fix.
  3869.  
  3870.     * indent.el (indent-line-function): Doc fix.
  3871.  
  3872. Sun Mar 14 23:43:04 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  3873.  
  3874.     * sort.el (sort-float-fields, sort-numeric-fields): Use
  3875.     string-to-number, not string-to-float or string-to-int.
  3876.  
  3877.     * sort.el (sort-float-fields): Make this autoloaded.
  3878.  
  3879.     * sort.el (sort-numeric-fields): Doc fix.
  3880.  
  3881. Sun Mar 14 00:51:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3882.  
  3883.     * lselect.el, select.el: New files.
  3884.  
  3885.     * term/x-win.el: Require select.el.
  3886.     (x-select-text): Update call to x-set-cut-buffer.
  3887.     Put `PRIMARY' and `CLIPBOARD' in upper case.
  3888.     (x-cut-buffer-or-selection-value): Put `PRIMARY' in upper case.
  3889.  
  3890.     * lucid.el, lmenu.el, levents.el: New files.
  3891.     Much of lmenu.el comes from Lucid.
  3892.  
  3893. Sat Mar 13 16:45:11 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3894.  
  3895.     * rmailsum.el (rmail-summary-next-msg): Call display-buffer.
  3896.     (rmail-summary-previous-all, rmail-summary-next-all): Likewise.
  3897.     (rmail-summary-rmail-update): Do nothing if rmail buffer not visible.
  3898.     (rmail-summary-mode-map): Don't bind C-n, C-p.  Use ordinary move cmds.
  3899.  
  3900. Fri Mar 12 19:53:22 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3901.  
  3902.     * term/x-win.el: Added library headers.
  3903.  
  3904. Fri Mar 12 14:53:51 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3905.  
  3906.     * loaddefs.el (global-map): Fixed a typo in the binding of
  3907.     [kp-backtab].
  3908.  
  3909.     * term/x-win.el: Added library headers back in. Didn't touch
  3910.     any key bindings or code, and won't without making sure there
  3911.     won't be any repeat of the bad-patch brouhaha.
  3912.  
  3913. Thu Mar 11 18:50:04 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3914.  
  3915.     * term/x-win.el: Cancel previous change, since it discarded
  3916.     earlier necessary changes.
  3917.  
  3918. Thu Mar 11 13:45:58 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  3919.  
  3920.     * term/x-win.el: Cancel previous change, since it discarded
  3921.     earlier necessary changes.
  3922.  
  3923. Thu Mar 11 09:00:25 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3924.  
  3925.     * term/vt100.el:
  3926.     Added headers, commented out code the duplicates startup effects.
  3927.  
  3928.     * term/x-win.el: Added headers, removed function bindings.
  3929.  
  3930.     * term/wyse50.el: Added headers, changed some keycap names.
  3931.  
  3932.     * term/tvi970.el: Added headers, changes some keycap names.
  3933.  
  3934.     * term/sun.el: Added headers, removed function-key bindings.
  3935.  
  3936.     * term/news.el: Added headers, changed a few cookie names.
  3937.  
  3938.     * term/keyswap.el: Initial revision
  3939.  
  3940. Thu Mar 11 07:01:17 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  3941.  
  3942.     * term/x-win.el: Disable suspending under X windows by setting
  3943.     suspend-hooks, not suspend-hook.  The latter is an obsolete name.
  3944.     Use add-hook instead of setting suspend-hooks directly.
  3945.  
  3946. Thu Mar 11 03:00:19 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  3947.  
  3948.     A boatload of changes to terminal support and terminal capability
  3949.     initialization that make it a lot smarter, with a more uniform
  3950.     and featureful interface across many different keyboard types.
  3951.  
  3952.     * term.c (fkey_table): has been expanded to handle the entire
  3953.       intersection of the capability sets defined by X keysyms and
  3954.       terminfo.  That is, every keysym for which there is a natural
  3955.       equivalent in terminfo is now bound to that by the startup code.
  3956.  
  3957.     * loaddefs.el (global-map): Natural default keybindings set up for
  3958.       almost all supported keysyms other than function keys.  All
  3959.       other keysyms are now default-bound to a function which explains
  3960.       that the key is not bound to anything, then raises an error.
  3961.  
  3962.     * term/READ.ME: terminal package conventions and standard keysym
  3963.       cookies are now documented here.
  3964.  
  3965.     * term/AT386.el: new package installed.  Handles IBM-AT style
  3966.       console keyboards with style and flair.
  3967.  
  3968.     * term/new-at386.el: removed, it was obsolescent.
  3969.  
  3970.     * term/apollo.el: nuked and linked to vt100.el.  All it formerly
  3971.       did was load vt100.el.
  3972.  
  3973.     * term/bobcat.el: copied and linked to `keyswap.el'.
  3974.  
  3975.     * term/keyswap.el: the old bobcat.el with headers and docs.  This
  3976.       is available for other terminal packages to call.
  3977.  
  3978.     * term/news.el: cleaned up, headers added.
  3979.  
  3980.     * term/sun.el: headers added, [again] changed to [redo].  This
  3981.       package is a hairball and should probably be scrapped if we
  3982.       can find or built abetter one.
  3983.  
  3984.     * term/tvi970.el: headers added, [enter] changed to [kp-enter].
  3985.  
  3986.     * term/vt100.el: headers added, cleanup, explicit function-key
  3987.       enable is no longer necessary.
  3988.  
  3989.     * term/vt200.el: nuked.  It's now a link to vt100.el.  This is possible
  3990.       because all the things handled differently on the vt200 are
  3991.       mined out of termcap by 19's initialization before either
  3992.       package is loaded.
  3993.  
  3994.     * term/wyse50.el: cleaned up, headers added, various cookie names
  3995.       changed, function bindings removed.
  3996.  
  3997.     * term/x-win.el: cleaned up, headers added.  Some bindings of keycap
  3998.       cookies to functions were removed; all that stuff is handled
  3999.       terminal-independently in loaddefs now.
  4000.  
  4001.         Other changes:
  4002.  
  4003.     * help.el: added binding and menu line for new `P' package-finder
  4004.     command.  Won't actually take effect till the next Emacs build.
  4005.  
  4006.     * vc.el (vc-backend-checkin): Fixed bizarre POM-dependent bug
  4007.     introduced into VC by a bad patch.  This was one for the
  4008.     books....badly corrupted vc-checkin code somehow mostly functioned
  4009.     for three days.  The Code That Would Not Die...
  4010.  
  4011. Thu Mar 11 02:01:52 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4012.  
  4013.     * startup.el (command-line-1): Fix copyright year.
  4014.  
  4015. Wed Mar 10 12:59:06 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4016.  
  4017.         * diary-insert.el (insert-anniversary-diary-entry,
  4018.         insert-block-diary-entry): Fix calendar-date-display-form used.
  4019.  
  4020. Wed Mar 10 12:06:52 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4021.  
  4022.     * files.el (basic-save-buffer): If file-precious-flag is set, and
  4023.     we write the buffer to a temp file and then rename it, don't
  4024.     neglect to set the new file's modes properly.
  4025.  
  4026. Wed Mar 10 06:31:49 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4027.  
  4028.     * term/x-win.el (function-key-map):
  4029.     Map key symbols backspace, return... into ASCII chars.
  4030.     Likewise their Meta versions.
  4031.     Also add `ascii-character' properties.
  4032.  
  4033. Tue Mar  9 17:58:31 1993  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  4034.  
  4035.     * term/at386.el:  Removed.  The new terminal initialization stuff
  4036.       makes it superfluous.  I wrote it, so I should know. :-)
  4037.  
  4038.     * vc.el: Installed version 5, the new baseline.  This version
  4039.       merges my changes with Paul Eggert's.
  4040.  
  4041. Tue Mar  9 00:36:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4042.  
  4043.     * timer.el (run-at-time): Allow an integer as TIME.
  4044.     (cancel-timer): New function.
  4045.  
  4046.     * c-mode.el (c-beginning-of-statement): If next to a comment,
  4047.     use sentence motion.
  4048.  
  4049.     * map-ynp.el (map-y-or-n-p): Use query-replace-map.
  4050.  
  4051.     * replace.el (query-replace-map): New keymap.
  4052.     (perform-replace): Use query-replace-map.
  4053.     (query-replace, query-replace-regexp, map-query-replace-regexp):
  4054.     (replace-string, replace-regexp): Don't print `done' if unread chars.
  4055.  
  4056.     * help.el (command-apropos): Print echo area message iff found symbols.
  4057.  
  4058.     * rmailsum.el (rmail-update-summary): New function.
  4059.     (rmail-new-summary): New arg redo-form.  Considerable rewrite
  4060.     of how and when buffers are selected.
  4061.     (rmail-summary-mode): New local vars rmail-summary-redo,
  4062.     revert-buffer-function, post-command-hook, rmail-current-message.
  4063.     (rmail-summary-expunge): Use rmail-update-summary.
  4064.     (rmail-summary-get-new-mail): Likewise.
  4065.     (rmail-summary-expunge-and-save): Likewise.
  4066.     (rmail-summary-input): Don't update summary at all.
  4067.     (rmail-summary-reply): Do the work inside save-window-excursion,
  4068.     then switch to the mail buffer.
  4069.     (rmail-summary-retry-failure): Likewise.
  4070.     (rmail-summary-edit-current-message): Delete spurious autoload.
  4071.     (rmail-summary-summary): Function deleted.
  4072.     Use plain rmail-summary on h and C-M-h.
  4073.     (rmail-summary-rmail-update): New function.
  4074.  
  4075.     * rmail.el (rmail-delete-forward): Go to summary buf to change D mark.
  4076.     Always do the motion in the rmail buffer; let that handle summary.
  4077.     (rmail-undelete-previous-message): Likewise.
  4078.     (rmail-select-summary): New macro.
  4079.     (rmail-show-message): Use rmail-select-summary.
  4080.     (rmail-get-new-mail): Likewise.
  4081.     (rmail-expunge): Likewise.
  4082.  
  4083.     * pending-del.el: New file.
  4084.  
  4085. Mon Mar  8 01:39:42 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4086.  
  4087.     * subr.el (posn-timestamp, posn-col-row, posn-point, posn-window):
  4088.     (event-end, event-start, mouse-movement-p): Moved from mouse.el.
  4089.     * mouse.el: Functions moved to subr.el.
  4090.  
  4091. Sun Mar  7 15:12:13 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4092.  
  4093.     * subr.el (event-basic-type): New function.
  4094.  
  4095.     * isearch.el: Renamed from isearch-mode.el.
  4096.  
  4097.     * isearch-mode.el (isearch-other-meta-char): Call listify-key-sequence.
  4098.     (isearch-unread): Don't call it here.
  4099.     (isearch-mode-map): Bind the ASCII-equivalent function keys.
  4100.  
  4101. Sun Mar  7 18:20:54 1993  Paul Eggert  (eggert@twinsun.com)
  4102.  
  4103.     * vc.el (vc-update-change-log): Check that ChangeLog is writable
  4104.     before starting the expensive rcs2log process.
  4105.     Use call-process instead of shell-command to invoke rcs2log;
  4106.     this avoids undesired shell escapes and is more robust about errors.
  4107.     Put mark at point-min, so that the new insertion is in the region.
  4108.     (vc-checkin-hook): Fix `runs-hooks' typo.
  4109.     (vc-checkout-writeable-buffer-hook): New var.
  4110.     (vc-next-action): Fix bug: initial checkin was botched when C-x v v
  4111.     was applied to a new file while vc-initial-comment was non-nil.
  4112.     (vc-register): Don't barf when registering a new, empty buffer.
  4113.     (vc-directory): The `No files are currently registered'
  4114.     message was wrongly worded, because sometimes the message talks
  4115.     about locked files, not registered files.
  4116.     (vc-file-tree-walk): Change (apply 'funcall ...) to (apply
  4117.     ...), since the 'funcall is redundant.
  4118.     When traversing a directory tree, message
  4119.     "Traversing directory XXX" so that the user can see what progress is
  4120.     being made.  Traversal can take a long time.  Omit first argument,
  4121.     since it is always the current directory.  All callers changed.
  4122.     (vc-file-tree-walk-internal): New function.
  4123.     (vc-do-command, vc-diff, vc-version-diff, vc-backend-diff):
  4124.     Remove redundant calls to `format'.
  4125.     (vc-diff): Remove unused variable `old'.
  4126.     (vc-version-diff): When recursively generating a difference
  4127.     listing, don't append the latest output unless diff was actually run;
  4128.     otherwise, you'll get the output from the previous file by mistake.
  4129.  
  4130. Sun Mar  7 04:22:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4131.  
  4132.     * term/x-win.el (function-key-map):
  4133.     Map key symbols backspace, return... into ASCII chars.
  4134.  
  4135. Sun Mar  7 02:34:45 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4136.  
  4137.     * isearch-mode.el (isearch-mode): Don't make a pre-command-hook.
  4138.  
  4139.     * vc.el (vc-revert-buffer1): Use mark-marker; don't alter mark-active.
  4140.  
  4141.     * subr.el (event-modifiers): New function.
  4142.     (eventp): New function.
  4143.  
  4144. Sat Mar  6 00:12:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4145.  
  4146.     * isearch-mode.el (isearch-unread): Find last list element by hand.
  4147.  
  4148.     * info.el (Info-forward-node): Properly go to first menu item.
  4149.     (Info-insert-dir): Bind temp wider, around use.
  4150.  
  4151.     * term/x-win.el (function-key-map):
  4152.     Map key symbols backspace, return... into ASCII chars.
  4153.     Likewise their Meta versions.
  4154.     Also add `ascii-character' properties.
  4155.  
  4156.     * simple.el (set-mark): Activate the mark.
  4157.     (mark): Handle region-active.  New optional arg FORCE.
  4158.     (exchange-point-and-mark, push_mark): Pass FORCE.
  4159.     (set-mark-command): Likewise.
  4160.  
  4161.     * terminal.el (te-escape-extended-command-unread): Handle any key seq.
  4162.  
  4163.     * emerge.el (emerge-show-file-name): Handle any kind of event.
  4164.  
  4165.     * fortran.el (fortran-abbrev-start): Handle any kind of event.
  4166.     (fortran-window-create-momentarily): Likewise.
  4167.  
  4168.     * ehelp.el (electric-help-command-loop): Handle any kind of event.
  4169.  
  4170.     * ebuff-menu.el (electric-buffer-list): Handle any kind of event.
  4171.     (Electric-buffer-menu-exit): Handle any key sequence.
  4172.  
  4173.     * info.el (Info-summary): Handle any event
  4174.     when flushing the display.
  4175.  
  4176.     * simula.el (simula-electric-label): Handle any event
  4177.     when flushing the display.
  4178.  
  4179.     * subr.el (momentary-string-display): Handle any event
  4180.     when flushing the display.
  4181.  
  4182.     * comint.el (comint-dynamic-list-completions): Handle any event
  4183.     when flushing the display.
  4184.  
  4185.     * subr.el (listify-key-sequence): New function.
  4186.     * simple.el (prefix-arg-internal): Use listify-key-sequence.
  4187.  
  4188.     * isearch-mode.el (isearch-unread): Handle multiple args.
  4189.     For Emacs 19, use listify-key-sequence.
  4190.     If not Emacs 19, assume they are a meta sequence.
  4191.     (isearch-other-meta-char): Pass the whole key sequence.
  4192.     (isearch-other-control-char): Make this alias for ...-meta-char.
  4193.  
  4194.     * rmail.el (rmail-bury): Record Rmail buffer to bury it later.
  4195.  
  4196. Fri Mar  5 15:34:03 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4197.  
  4198.     * disp-table.el: Add autoload comments.
  4199.     (rope-to-vector): Deleted.
  4200.     (describe-display-table): Don't use rope-to-vector.
  4201.  
  4202.     * compare-w.el (compare-windows): Use compare-buffer-substrings.
  4203.  
  4204. Fri Mar  5 11:33:59 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4205.  
  4206.     * term/x-win.el: Disable suspending under X windows by setting
  4207.     suspend-hooks, not suspend-hook.  The latter is an obsolete name.
  4208.     Use add-hook instead of setting suspend-hooks directly.
  4209.  
  4210.     * bytecomp.el: Declare suspend-hook to be an obsolete variable.
  4211.  
  4212. Fri Mar  5 09:37:35 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4213.  
  4214.         * calendar.el (hebrew-calendar-yahrzeit): Change reference to
  4215.         nonexistent function last-month-of-hebrew-year to the correct
  4216.         function hebrew-calendar-last-month-of-year.
  4217.  
  4218.         * cal-mayan.el (calendar-mayan-haab-on-or-before,
  4219.         calendar-mayan-tzolkin-on-or-before): Change `mod' to `%'.
  4220.  
  4221.     * cal-mayan.el (calendar-next-tzolkin-date): Delete bogus second
  4222.     defun.
  4223.  
  4224. Thu Mar  4 12:31:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4225.  
  4226.     * simple.el (kill-ring-save): Doc fix.
  4227.  
  4228.     * sun-mouse.el (suspend-emacstool): Run suspend-hooks, not
  4229.     suspend-hook.
  4230.  
  4231.     * resume.el: Doc fix.
  4232.  
  4233.     * simple.el (yank, yank-pop): Always return nil; don't rely on
  4234.     exchange-point-and-mark to return nil.
  4235.     * fill.el (justify-current-line): Return nil, to be sure to
  4236.     conform with documentation.
  4237.  
  4238. Wed Mar  3 00:11:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4239.  
  4240.     * files.el (write-file): Handle directory name as arg.
  4241.  
  4242.     * rmail.el: Major changes from Bob Weiner <weiner@pts.mot.com>
  4243.     Handle some Emacs 18 function names to run in 18.
  4244.     This is to facilitate working with Weiner.
  4245.     (rmail-reply-prefix): New variable.
  4246.     (rmail-reply): Use that variable to add to subject.
  4247.     (rmail-retry-failure): Change binding to M-m.
  4248.     (rmail-forward): Look for >From as well as for From.
  4249.     Handle case where neither is found.
  4250.     (rmail-last-regexp): New variable.
  4251.     (rmail-mode): Make rmail-last-regexp local.
  4252.     (rmail): Don't update rmail-mode data for old buffer
  4253.     if it's not in rmail mode.
  4254.     Error if in Rmail Edit mode.
  4255.     (rmail-bury): New command, plus key binding.
  4256.     (rmail-summary-by-topic): New key binding.
  4257.     (rmail-insert-inbox-text): Check for pop case earlier.
  4258.     (rmail-convert-to-babyl-format): Handle Content-Length field.
  4259.     (rmail-maybe-display-summary): New function.
  4260.     (rmail-redisplay-summary): New user option.
  4261.     (rmail-undelete-previous-message, rmail-delete-forward):
  4262.     (rmail-get-new-mail, rmail-show-message): Update summary buffer if any.
  4263.     Call rmail-maybe-display-summary to put it back on screen.
  4264.     (rmail-only-expunge): Renamed from rmail-expunge.
  4265.     (rmail-expunge): New function.
  4266.     (rmail-message-recipients-p, rmail-message-regexp-p): New functions.
  4267.     (rmail-summary-exists, rmail-summary-displayed): New functions.
  4268.  
  4269. Tue Mar  2 13:38:56 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4270.  
  4271.     * cl.el (defsetf): Use eval-and-compile for self-update-fn.
  4272.  
  4273.     * add-log.el (add-change-log-entry): Never move past second hdr line.
  4274.  
  4275. Tue Mar  2 07:35:52 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  4276.  
  4277.     * term/x-win.el (x-switch-definitions): Use the proper names for
  4278.     the scroll bar parameters.
  4279.  
  4280.     Use the term `scroll bar', instead of `scrollbar'.
  4281.     * term/x-win.el, frame.el, mouse.el: Terminology changed.
  4282.     * scrollbar.el: Renamed to scroll-bar.el.
  4283.  
  4284.     * term/x-win.el: Require `scroll-bar', not `scrollbar'.
  4285.  
  4286. Tue Mar  2 00:25:09 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4287.  
  4288.     * frame.el (new-frame): Doc fix.
  4289.  
  4290.     * info.el (Info-directory-list): Doc fix; it is set according to
  4291.     INFOPATH, not INFODIR.
  4292.  
  4293.     * info.el (Info-find-node): Don't try to set the info buffer's
  4294.     directory according to Info-directory; that variable doesn't exist
  4295.     any more.  Instead, let Info-insert-dir set the current directory.
  4296.     (Info-insert-dir): Properly check for upper- and lower-case forms
  4297.     of "dir", with and without ".info" extension.  Set the buffer's
  4298.     default-directory to the directory containing the first dir file
  4299.     we find, and cache it in Info-dir-contents-directory.
  4300.     (Info-dir-contents-directory): New variable, to cache the
  4301.     directory we decided to use as the merged directory's
  4302.     default-directory.
  4303.  
  4304.     * term/x-win.el (x-switch-definitions): Use the proper names for
  4305.     the scroll bar parameters.
  4306.  
  4307. Mon Mar  1 04:04:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4308.  
  4309.     * frame.el: Doc fixes.
  4310.     (set-pointer-color): Renamed to set-mouse-color.
  4311.     (set-border-color): New function.
  4312.  
  4313.     * info.el (Info-insert-dir): Make menu items in Top node
  4314.     pointing each of the other nodes.
  4315.  
  4316.     * rmail.el (rmail-get-new-mail): Reset read-only after find-file.
  4317.  
  4318. Mon Mar  1 00:18:31 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4319.  
  4320.     * simple.el (kill-region): If the buffer is read-only, call
  4321.     `barf-if-buffer-read-only' instead of just `ding', to get the
  4322.     appropriate error condition and message.
  4323.  
  4324.     * hexl.el (hexl-mode-map): When initializing, remember that the
  4325.     argument to key-binding is a key sequence, not a single key.
  4326.  
  4327.     * mouse.el (mouse-split-window-vertically): If the user clicks too
  4328.     close to the top or bottom of a window, split at the closest
  4329.     reasonable line.  Give a helpful error message if the window is
  4330.     too small to be split anywhere.
  4331.     (mouse-split-window-horizontally): Similar changes.
  4332.  
  4333. Sun Feb 28 01:27:39 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4334.  
  4335.     * simple.el (insert-buffer): Make sure this returns nil.
  4336.  
  4337.     * simple.el (quoted-insert): Use insert-char, instead of writing
  4338.     out the loop.
  4339.  
  4340.     * etags.el (find-tag-other-window): If another window is already
  4341.     displaying the tag's buffer, explicitly set that window's point to
  4342.     the tag's position.
  4343.  
  4344.     Use the term `scroll bar', instead of `scrollbar'.
  4345.     * term/x-win.el, frame.el, mouse.el: Terminology changed.
  4346.     * scrollbar.el: Renamed to scroll-bar.el.
  4347.  
  4348. Fri Feb 26 15:48:00 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4349.  
  4350.     * frame.el (auto-raise-mode): Renamed from toggle-auto-raise.
  4351.     (auto-lower-mode): Renamed from toggle-auto-lower.
  4352.  
  4353. Fri Feb 26 02:22:26 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4354.  
  4355.     * timer.el (run-at-time): Doc fix.
  4356.  
  4357.     * autoload.el (generate-file-autoloads): Add another
  4358.     save-excursion so that point is before the generated autoloads
  4359.     after we scan the file.
  4360.  
  4361. Thu Feb 25 01:38:33 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4362.  
  4363.     * add-log.el (add-change-log-entry): Find end of first paragraph
  4364.     from after the header line.
  4365.  
  4366.     * subr.el (walk-windows): Doc fix.
  4367.  
  4368.     * register.el (point-to-register): Make arg ARG optional.
  4369.     (window-configuration-to-register): Likewise.
  4370.     (frame-configuration-to-register): Likewise.
  4371.  
  4372. Wed Feb 24 19:36:06 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4373.  
  4374.     * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these
  4375.     functions to scrolbar.el.
  4376.     * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are.
  4377.     Make scroll-bar-mode set the {vertical,horizontal}-scrollbars
  4378.     parameters in default-frame-alist, and modify all extant screens
  4379.     using the correct parameter names.
  4380.  
  4381. Wed Feb 24 13:03:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4382.  
  4383.     * vc-hooks.el (vc-find-file-hook): Discard vc status of file
  4384.     if we will actually have to create the buffer.
  4385.  
  4386. Mon Feb 22 03:18:59 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4387.  
  4388.     * gud.el (gud-break): With a prefix argument, set a temporary
  4389.     breakpoint.
  4390.     (gud-apply-from-source): New argument ARGS, to pass to FUNC.  Now
  4391.     it's really like `apply'.
  4392.     (gud-set-break): Add another argument to this method.
  4393.     Document it in the section describing how the methods are supposed
  4394.     to be used.
  4395.     (gud-gdb-set-break): New argument TEMP; if non-nil, set a
  4396.     temporary breakpoint.
  4397.     (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP.  Ignore
  4398.     it, since I don't know how to set a temporary breakpoint in these
  4399.     debuggers.
  4400.  
  4401.     * subr.el (string-to-int): Make this an alias for
  4402.     string-to-number.
  4403.  
  4404. Sun Feb 21 17:16:50 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4405.  
  4406.     * two-column.el: Add autoloads for the functions defined in
  4407.     tc-mode-map.
  4408.  
  4409. Sun Feb 21 01:28:49 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  4410.  
  4411.     * info.el (Info-insert-dir): New function.
  4412.     (Info-find-node): Use Info-insert-dir to visit dir file.
  4413.  
  4414.     * mlsupport.el (esc-map, ctl-x-map): Define as functions.
  4415.  
  4416. Sat Feb 20 01:22:56 1993  Richard Stallman  (rms@wookumz.gnu.ai.mit.edu)
  4417.  
  4418.     * apropos.el (super-apropos-check-doc-file):
  4419.     Look for DOC file in proper directory.
  4420.  
  4421.     * files.el (insert-directory): Doc fix.
  4422.  
  4423. Fri Feb 19 00:05:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4424.  
  4425.     * help.el (describe-function):
  4426.     Print the arglist if the function is bytecode or a list.
  4427.  
  4428. Wed Feb 17 21:23:39 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4429.  
  4430.     * files.el (revert-buffer): Reverse the sense of the first
  4431.     argument, but leave interactive usage the same.
  4432.     * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly
  4433.     appropriate arguments.  This seems to be the only file which was
  4434.     adjusted for the new meaning of the revert-buffer arguments.
  4435.  
  4436. Wed Feb 17 16:30:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4437.  
  4438.     * autoload.el (generate-file-autoloads):
  4439.     If no buffer was visiting FILE when we started,
  4440.     kill the buffer we create.
  4441.  
  4442. Wed Feb 17 15:31:57 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4443.  
  4444.     * isearch-mode.el (isearch-backward-regexp):
  4445.     New arg no-recursive-edit, always non-nil for interactive call.
  4446.     Rename first arg, and set it right in interactive call.
  4447.     (isearch-forward-regexp): Likewise.
  4448.     (isearch-forward, isearch-backward): Likewise no-recursive-edit.
  4449.  
  4450. Tue Feb 16 01:33:55 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4451.  
  4452.     * frame.el (frame-initialize): Fix error syntax.
  4453.     (toggle-horizontal-scroll-bar): Likewise.
  4454.     (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar
  4455.     (toggle-vertical-scroll-bar): Likewise.
  4456.     (toggle-auto-lower, toggle-auto-raise): Likewise.
  4457.     (set-foreground-color, set-background-color):
  4458.     Renamed from set-frame-{fore,back}ground.
  4459.  
  4460. Mon Feb 15 19:22:00 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4461.  
  4462.     * informat.el (Info-tagify): Change the regular expression which
  4463.     recognizes node names to work properly with Emacs 19's regexp
  4464.     semantics.
  4465.  
  4466. Mon Feb 15 02:42:40 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4467.  
  4468.     * files.el (find-file-hooks): Delete permanent-local property.
  4469.     (find-file-not-found-hooks): Likewise.
  4470.  
  4471.     * bytecomp.el (byte-compile-lambda):
  4472.     Test of byte-compile-compatibility was backwards.
  4473.  
  4474. Fri Feb 12 17:16:14 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4475.  
  4476.     * gosmacs.el: Bind M-h to delete-previous-word, not
  4477.     backward-kill-word; the latter has different prefix semantics.
  4478.  
  4479.     * frame.el: Clean up initialization code.
  4480.     (initial-frame-alist): Doc fix.
  4481.     (minibuffer-frame-alist): New default value, with a reasonable height.
  4482.     (filtered-frame-list, minibuffer-frame-list): New functions.
  4483.     (frame-initialize): Use minibuffer-frame-list, instead of writing
  4484.     it out.
  4485.     (frame-notice-user-settings): Thoroughly rearranged.
  4486.     Notice changes to default-frame-alist as well as initial-frame-alist.
  4487.     Properly handle requests to make the initial frame into a
  4488.     minibufferless or minibuffer-only frame.
  4489.     Create a minibuffer-only frame if the initial frame should lack a
  4490.     minibuffer and there are no other minibuffer frames created by the
  4491.     user's initialization file.
  4492.     Fix any frames using the initial frame as a surrogate minibuffer
  4493.     frame.
  4494.     Restore the current buffer after creating and deleting all these
  4495.     frames.
  4496.  
  4497.     * frame.el (set-default-font, set-frame-background,
  4498.     set-frame-foreground, set-cursor-color, set-pointer-color,
  4499.     set-auto-raise, set-auto-lower, set-vertical-bar,
  4500.     set-horizontal-bar): Give these docstrings.
  4501.     (set-auto-raise, set-auto-lower, set-vertical-bar,
  4502.     set-horizontal-bar): Make these toggle or look at the prefix
  4503.     argument, like minor modes.
  4504.     
  4505.     * frame.el (set-vertical-bar): Use the proper parameter symbol.
  4506.     (set-horizontal-bar): Signal an error indicating that horizontal
  4507.     scrollbars are not implemented.
  4508.  
  4509.     * lisp-mode.el (lisp-fill-paragraph): New function.
  4510.     (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph.
  4511.  
  4512. Thu Feb 11 18:31:38 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4513.  
  4514.     * flow-ctrl.el (enable-flow-control...): Renamed from evade...
  4515.     (enable-flow-control): Add autoload.
  4516.  
  4517. Wed Feb 10 01:45:16 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4518.  
  4519.     * gosmacs.el (set-gosmacs-bindings): Fix binding of \eh.
  4520.  
  4521. Wed Feb 10 01:16:56 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4522.  
  4523.     * gosmacs.el: Require 'mlsupport, to get definition of
  4524.     backward-kill-word.
  4525.  
  4526. Wed Feb 10 00:11:57 1993  Stephen A. Wood  (saw@cebaf.gov)
  4527.  
  4528.     * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in
  4529.     front of first argument to `insert-abbrev-table-description'.
  4530.  
  4531.     * fortran.el (fortran-is-in-string-p): Fixed incorrect behaviour
  4532.     when in first statement of a buffer.
  4533.  
  4534. Mon Feb  8 17:25:34 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4535.  
  4536.     * add-log.el (add-change-log-entry): Undo Jan 25 change.  It worked
  4537.     for buffers in indented-text-mode, but lost for change-log-mode,
  4538.     which is what matters.
  4539.  
  4540. Mon Feb  8 15:32:57 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4541.  
  4542.     * compile.el (compilation-forget-errors): Just set
  4543.     compilation-directory-stack to nil; no need to loop through it.
  4544.     (next-error): For a non-numeric prefix arg, pass nil for
  4545.     compile-reinitialize-errors's FIND-AT-LEAST arg.
  4546.     (next-error): When getting marker for error source location, be
  4547.     sure to examine buffer local value of compilation-old-error-list
  4548.     before switching to source file buffer.
  4549.  
  4550. Mon Feb  8 12:03:00 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4551.  
  4552.     * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse
  4553.     the order of the arguments and make COUNT optional, for backward
  4554.     compatibility's sake.
  4555.  
  4556.     * cl.el (cl-version): Mark as no longer in beta test.
  4557.  
  4558. Sun Feb  7 21:36:06 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4559.  
  4560.     * subr.el (mod): Add back this alias for %.
  4561.  
  4562. Sun Feb  7 00:50:20 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4563.  
  4564.     * sort.el (sort-build-lists): Record the key as pair of positions;
  4565.     don't copy string from buffer.
  4566.     (sort-subr): Use compare-buffer-substrings.
  4567.  
  4568. Sat Feb  6 20:11:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4569.  
  4570.     * sendmail.el (mail-setup): Use fill-region-as-paragraph
  4571.     for To field; handle the CC just like the To.
  4572.  
  4573.     * rmailsum.el: Big rewrite from weiner@pts.mot.com.
  4574.  
  4575. Fri Feb  5 13:28:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4576.  
  4577.     * comint.el (make-comint): Added docstring.
  4578.  
  4579. Fri Feb  5 12:41:42 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4580.  
  4581.     * simple.el: Restore nuked information in minibuffer history bindings.
  4582.     Use intelligent method of disabling completion-oriented bindings.
  4583.  
  4584. Thu Feb  4 21:05:09 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4585.  
  4586.     * simple.el: Once again, go back to ordinary next-history-element
  4587.     for M-n in minibuf, even for completion.
  4588.  
  4589. Tue Feb  2 15:22:27 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4590.  
  4591.     * sort.el (sort-subr): Doc fixes.
  4592.  
  4593.     * sendmail.el (mail-do-fcc): Allow dash in timezone name.
  4594.  
  4595. Mon Feb  1 17:18:22 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4596.  
  4597.     * texinfo.el (texinfo-mode): Make page-delimiter buffer-local, and
  4598.     set it according to texinfo-chapter-level-regexp.
  4599.  
  4600.     * simple.el (kill-region): If the buffer is read-only, do beep,
  4601.     but also put the region in the kill ring.  Doc fix.
  4602.  
  4603. Sun Jan 31 15:48:19 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4604.  
  4605.     * mailabbrev.el (mail-abbrev-end-of-buffer):
  4606.     Changed interactive spec from "P" to "p".
  4607.  
  4608. Fri Jan 29 22:42:48 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4609.  
  4610.     * cmacexp.el (c-macro-expand): Use expanded name to write or delete.
  4611.     Send two eofs.
  4612.  
  4613. Thu Jan 28 15:22:10 1993  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4614.  
  4615.     * simple.el (next-complete-history-element): Restore point after
  4616.     replacing the buffer text with the appropriate history element.
  4617.  
  4618. Thu Jan 28 01:14:05 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4619.  
  4620.     * simple.el: Don't use the completion-oriented history commands.
  4621.     * paths.el (sendmail-program): Try /usr/ucblib/sendmail.
  4622.  
  4623. Tue Jan 26 01:26:58 1993  Jim Blandy  (jimb@mole.gnu.ai.mit.edu)
  4624.  
  4625.     * term/x-win.el: x-selection-value has been renamed to x-selection.
  4626.     x-own-selection has been renamed to x-set-selection, and the order
  4627.     of its arguments has been reversed, for consistency with other
  4628.     lisp functions like put and aset.
  4629.     * term/x-win.el (x-select-text): Adjusted.
  4630.     (x-cut-buffer-or-selection-value): Check the primary selection,
  4631.     using x-selection, instead of checking the cut buffer again.
  4632.  
  4633.     * term/x-win.el: Doc fix.
  4634.  
  4635. Mon Jan 25 12:08:05 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4636.  
  4637.     * frame.el (frame-notice-user-settings): Use new name
  4638.     frame-live-p, instead of live-frame-p.
  4639.  
  4640.     x-selection-value has been renamed to x-selection.
  4641.     x-own-selection has been renamed to x-set-selection, and the order
  4642.     of its arguments has been reversed, for consistency with other
  4643.     lisp functions like put and aset.
  4644.     * term/x-win.el (x-select-text): Adjusted.
  4645.     (x-cut-buffer-or-selection-value): Check the primary selection,
  4646.     using x-selection, instead of checking the cut buffer again.
  4647.  
  4648.     * disass.el (disassemble): Add autoload cookie for this.
  4649.     * bytecomp.el (byte-decompile-bytecode): Add an autoload for this.
  4650.  
  4651.     compiled-function-p has been renamed to byte-code-function-p.
  4652.     * subr.el: Define compiled-function-p as an alias for it.
  4653.     * bytecomp.el: Register compiled-function-p as obsolete.
  4654.     * bytecomp.el, byte-opt.el, disass.el, help.el, map-ynp.el: Change
  4655.     uses.
  4656.  
  4657.     * subr.el (numberp): Remove fset which made this an alias for
  4658.     integerp; now numberp also recognizes floats.
  4659.  
  4660. Mon Jan 25 12:04:33 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4661.  
  4662.     * etags.el (tags-query-replace): C-t.
  4663.  
  4664.     * add-log.el (add-change-log-entry): Restrict PARAGRAPH-END to
  4665.     being on the first page.
  4666.  
  4667.     * simple.el (next-complete-history-element): Use only buffer
  4668.     contents before point to match history elements.
  4669.  
  4670. Sun Jan 25 19:45:01 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4671.  
  4672.     * simple.el ({next,previous}-complete-history-element): New functions.
  4673.     Bind them to M-n/M-p and next/prior in minibuffer completion maps.
  4674.  
  4675. Sun Jan 24 16:14:04 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4676.  
  4677.     unread-command-event has been replaced by unread-command-events.
  4678.     * simple.el (prefix-arg-internal): Use this to push back all
  4679.     key sequences for processing by the main command loop, instead of
  4680.     trying to simulate its behavior ourselves.
  4681.     * bytecomp.el: Document unread-command-event as an obsolete
  4682.     variable, although nothing but the GNU Emacs 19 sources use it.
  4683.     Adjust obsolescence message for unread-command-char.
  4684.     * comint.el (comint-dynamic-list-completions): Change uses of
  4685.     unread-command-event to work with unread-command-events.
  4686.     * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
  4687.     Same.
  4688.     * edebug.el (edebug-outside-excursion): Same.
  4689.     * ehelp.el (electric-help-command-loop): Same.
  4690.     * electric.el (Electric-command-loop): Same.
  4691.     * emerge.el (emerge-show-file-name): Same.
  4692.     * fortran.el (fortran-abbrev-start,
  4693.     fortran-window-create-momentarily): Same.
  4694.     * gnus.el (gnus-Subject-next-article): Same.
  4695.     * info.el (Info-summary): Same.
  4696.     * isearch-mode.el (isearch-update, isearch-unread): Same.
  4697.     * map-ynp.el (map-y-or-n-p): Same.
  4698.     * mlsupport.el (push-back-character): Same.
  4699.     * replace.el (perform-replace): Same.
  4700.     * simula.el (simula-electric-label): Same.
  4701.     * subr.el (read-quoted-char, momentary-string-display): Same.
  4702.     * sun-mouse.el (mouse-second-hit): Same.
  4703.     * terminal.el (te-escape-extended-command-unread): Same.
  4704.     * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
  4705.     vip-prefix-arg-com): Same.
  4706.  
  4707.     * simple.el (quoted-insert): Doc fix.
  4708.  
  4709. Sat Jan 23 03:11:03 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4710.  
  4711.     * mouse.el (mouse-save-then-kill): Instead of deleting the text
  4712.     whenever the text of the region happens to be the same as the
  4713.     front of the kill-ring, delete it only when the front of the kill
  4714.     ring is identical to the last text we put there, and point and the
  4715.     mouse click are at the same position.
  4716.  
  4717.     * mouse.el (mouse-save-then-kill): If the undo list is disabled,
  4718.     don't build an undo record.
  4719.  
  4720.     * mouse.el (mouse-save-then-kill): If we're deleting the text,
  4721.     kill from point to the mouse click, not from point to mark; mark
  4722.     and the mouse click may not be the same.  If they're not, this
  4723.     screws up the undo record we create, corrupting the undo list
  4724.     pretty nastily.
  4725.  
  4726. Fri Jan 22 01:00:05 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4727.  
  4728.     * term/x-win.el: Doc fix.
  4729.  
  4730.     * mouse.el (mouse-set-font): Account for the fact that
  4731.     x-popup-menu returns nil if no selection is made.
  4732.  
  4733.     * mouse.el (mouse-buffer-menu, mouse-set-font): Bind these to the
  4734.     down-going events.
  4735.     (mouse-split-window-vertically): Move the binding for this down
  4736.     out of the commented-out scrollbar section, so it is on S-mouse-2
  4737.     on the mode line.
  4738.  
  4739. Thu Jan 21 22:37:11 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4740.  
  4741.     * c-mode.el (c-fill-paragraph): Fix the regular expressions used
  4742.     for finding paragraph beginnings and endings so that they think
  4743.     lines containing only whitespace and asterisks are paragraph
  4744.     separators/starters.
  4745.  
  4746.     * add-log.el (add-change-log-entry): If we've just started a new
  4747.     date, limit the searches to within the current date, not the first
  4748.     paragraph; the latter extends into the previous date.
  4749.  
  4750. Thu Jan 21 17:37:04 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4751.  
  4752.     * etags.el (tags-loop-scan): Set default value to an error form.
  4753.  
  4754.     * etags.el (visit-tags-table-buffer): When propagating a change of
  4755.     name after file-find-noselect, refer to tags-file-name, not the
  4756.     undefined var FILE.
  4757.  
  4758. Wed Jan 20 15:01:27 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4759.  
  4760.     * c-mode.el (c-fill-paragraph): When modifying the
  4761.     paragraph-separate regexp, don't let it match paragraph starts.
  4762.  
  4763. Tue Jan 19 16:05:15 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4764.  
  4765.     * etags.el (visit-tags-table-buffer):
  4766.     Error if called with 'same and no current table.
  4767.  
  4768. Tue Jan 19 15:15:15 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4769.  
  4770.     * mouse.el (event-end): Work on click events, too.
  4771.     (mouse-split-window-vertically): Use event-end and
  4772.     posn-col-row, instead of mouse-coords, which is obsolete.
  4773.  
  4774.     * mouse.el: Comment out the scrollbar commands until we make them work.
  4775.  
  4776.     * mouse.el: Comment out jla's experimental things.  What are these
  4777.     doing in the distribution source anyway?
  4778.  
  4779.     * mouse.el: Bind the help menu to C-down-mouse-2, instead of
  4780.     C-mouse-2; this way, you can use the mouse-up event to make the
  4781.     menu selection.
  4782.     (help-apropos-map, help-keys-map, help-manual-map, help-misc-map,
  4783.     help-modes-map, help-admin-map): Give the menu names for these
  4784.     keymaps using make-sparse-keymap's optional argument, rather than
  4785.     constructing them by hand.
  4786.  
  4787.     * scrollbar.el: (require 'mouse)
  4788.     (scrollbar-set-window-start, scrollbar-scroll-down,
  4789.     scrollbar-scroll-up): Use event-end, from mouse.el.
  4790.  
  4791. Tue Jan 19 15:10:39 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  4792.  
  4793.     * x-mouse.el: Deleted; it was the interface to the Emacs 18-style
  4794.     mouse interface, which doesn't exist anymore.
  4795.  
  4796. Fri Jan 15 07:48:49 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4797.  
  4798.     * c-mode.el (c-switch-label-regexp): New constant.
  4799.     (electric-c-terminator, c-indent-line, indent-c-exp): Use it to
  4800.     correctly recognize default labels in switch statements.
  4801.  
  4802. Fri Jan 15 02:00:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4803.  
  4804.     * shell.el (shell): Doc fix.
  4805.  
  4806. Thu Jan 14 16:26:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4807.  
  4808.     * files.el (switch-to-buffer-other-frame): Pass t to pop-to-buffer.
  4809.  
  4810. Thu Jan 14 03:35:40 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4811.  
  4812.     * scrollbar.el: New file.
  4813.     * term/x-win.el: Require 'scrollbar.
  4814.  
  4815. Wed Jan 13 10:36:59 1993  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  4816.  
  4817.         * solar.el (solar-time-string): Round the time properly.
  4818.  
  4819. Tue Jan 12 20:30:46 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4820.  
  4821.     * mouse.el (mouse-save-then-kill): When deleting, avoid delay
  4822.     and don't set the mark.  Replace obsolete fn event-point.
  4823.     (mouse-kill): Replace obsolete fn event-point.
  4824.  
  4825. Mon Jan 11 22:15:22 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4826.  
  4827.     * page-ext.el (next-page): Correctly handle negative page count.
  4828.  
  4829. Mon Jan 11 00:10:01 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4830.  
  4831.     * simple.el (kill-append): Doc fix.
  4832.  
  4833. Sat Jan  9 23:11:03 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4834.  
  4835.     * frame.el (frame-notice-user-settings): Don't try to delete the
  4836.     initial frame if the user took care of that.
  4837.  
  4838. Sat Jan  9 08:52:19 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4839.  
  4840.     * rmail.el (mail-unsent-separator): Add `-- begin message --'.
  4841.  
  4842.     * dired.el (dired-regexp-history): New history list.
  4843.     (dired-read-regexp): Use that history list.  Take just one arg.
  4844.     * dired-aux.el (dired-mark-read-regexp): Give dired-read-regexp 1 arg.
  4845.  
  4846. Sat Jan  8 19:01:00 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4847.  
  4848.     * upd-copyr.el (update-copyright): Doc fix.
  4849.  
  4850. Fri Jan  8 16:12:30 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4851.  
  4852.     * add-log.el (add-change-log-entry): Search for existing ChangeLog
  4853.     in parent dir and its parents.
  4854.  
  4855. Fri Jan  8 15:28:41 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4856.  
  4857.     * timer.el (run-at-time): Use a pipe to talk to the timer process.
  4858.  
  4859. Thu Jan  7 16:27:43 1993  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4860.  
  4861.     * simple.el (set-goal-column): Make this disabled by default.
  4862.  
  4863. Thu Jan  7 05:18:23 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4864.  
  4865.     * sendmail.el (mail-send):
  4866.     Don't clear modified or delete autosave if visiting a file.
  4867.  
  4868. Tue Jan  5 23:40:18 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4869.  
  4870.     * hippie.el: New file.
  4871.  
  4872. Mon Jan  4 06:35:53 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4873.  
  4874.     * apropos.el (apropos-match-keys): Handle non-chars as keys.
  4875.  
  4876. Sat Jan  2 16:20:41 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4877.  
  4878.     * compile.el (compilation-sentinel): Change buffer-read-only with let.
  4879.  
  4880. Tue Dec 29 16:06:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4881.  
  4882.     * mouse.el (mouse-buffer-menu): Select the window clicked on.
  4883.  
  4884. Tue Dec 28 20:07:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4885.  
  4886.     * add-log.el (add-change-log-entry):
  4887.     Notice when ENTRY is equal to FILE-NAME,
  4888.     not the hard-wired string "ChangeLog".
  4889.     Added missing regexp-quote's in same-day entry search.
  4890.     Search only in the first paragraph for a similar entry to add to.
  4891.  
  4892. Sat Dec 26 03:46:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4893.  
  4894.     * files.el (abbreviated-home-dir): New variable.
  4895.     (abbreviate-file-name): Properly convert abbreviated homedir to ~.
  4896.  
  4897. Thu Dec 24 17:42:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4898.  
  4899.     * etags.el (visit-tags-table-buffer):
  4900.     When picking a table and using tags-table-list,
  4901.     skip over nonexistent files in the list.
  4902.  
  4903.     * etags.el (etags-verify-tags-table):
  4904.     Use eq instead of = in case char-after returns nil.
  4905.  
  4906. Mon Dec 21 14:13:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4907.  
  4908.     * etags.el (visit-tags-table-buffer):
  4909.     Don't look in list for tags-file-name if nil.
  4910.  
  4911.     * etags.el: Many comments added and docstrings fixed.
  4912.     (tags-table-list): Elt of nil is not special.
  4913.     (tags-expand-table-name): Value of nil is not special.
  4914.     (tags-next-table): Removed arg RESET; no caller used it.
  4915.     (visit-tags-table-buffer): Don't need to do tags-expand-table-name
  4916.     in or form. When table is invalid, only set tags-file-name to nil
  4917.     globally if its global value contained the losing table file name.
  4918.     (find-tag-tag): Return a string, not a list.
  4919.     (find-tag-noselect, find-tag, find-tag-other-window,
  4920.     find-tag-other-frame): Changed callers.
  4921.     (etags-recognize-tags-table): Call etags-verify-tags-table, rather than
  4922.     duplicating its functionality.
  4923.     (visit-tags-table-buffer): When CONT is 'same, set it to nil after the
  4924.     cond.  We want the normal list frobbing to take place in this case.
  4925.     (find-tag-other-window): Save and restore window-point around call to
  4926.     find-tag-noselect.
  4927.  
  4928. Mon Dec 21 13:34:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4929.  
  4930.     * subr.el (ignore):
  4931.     Use defun instead of fset to define; the byte compiler is smart
  4932.     enough now not to compile this trivial function into slow byte code.
  4933.  
  4934. Mon Dec 21 02:59:00 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4935.  
  4936.     * c-mode.el (c-fill-paragraph): Calculating the proper fill-prefix
  4937.     shouldn't change the buffer text.  Make it not.  If we're in the
  4938.     blank space before another comment, fill that one as a comment,
  4939.     not as normal text.
  4940.  
  4941. Sun Dec 20 14:30:41 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4942.  
  4943.     * simple.el (kill-region): Change interactive spec to signal an
  4944.     error if the buffer is read-only, and remove the code to do a
  4945.     copy-region-as-kill if the buffer is read-only.
  4946.  
  4947. Sat Dec 19 15:53:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  4948.  
  4949.     * loadup.el: Display load-path at start.
  4950.  
  4951. Sat Dec 19 09:30:24 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4952.  
  4953.     * sendmail.el (mail-position-on-field): `end' is guaranteed to be
  4954.     at the beginning of the header separator; don't skip back to the
  4955.     end of the previous line.
  4956.  
  4957.     * loadup.el: Dump under the name `emacs', not `xemacs'.
  4958.  
  4959.     * compile.el (compilation-error-regexp-alist): Tightened up
  4960.     BSD/GNU regexp to insist that line number end with a colon or
  4961.     close-paren.
  4962.  
  4963. Thu Dec 17 04:12:08 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4964.  
  4965.     * rmail.el (rmail-unix-mail-delimiter): Not all time zone names
  4966.     end with "T".  Accept any sequence of three or four alphabetic
  4967.     characters.
  4968.  
  4969.     * simple.el (set-mark-command): Clarify doc string.
  4970.  
  4971.     * simple.el (prefix-arg-internal): Don't apply string-to-char to
  4972.     get the first element of the key sequence - it might be a vector.
  4973.  
  4974. Tue Dec 15 18:56:21 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4975.  
  4976.     * c-mode.el (c-fill-paragraph): When guessing the fill prefix,
  4977.     don't ever grab any actual text.
  4978.  
  4979. Mon Dec 14 11:15:11 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4980.  
  4981.     * compile.el (compilation-error-regexp-alist): Add regexp for the
  4982.     MIPS CC distributed with Ultrix.
  4983.  
  4984. Sat Dec 12 03:22:57 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4985.  
  4986.     * paths.el (Info-default-directory-list): The info files are
  4987.     supposed to be in /usr/local/info these days.  Add it to the list
  4988.     of directories to search.
  4989.  
  4990. Fri Dec 11 01:19:11 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  4991.  
  4992.     * vc.el (vc-do-command): Set the default directory of the *vc*
  4993.     buffer to the directory containing FILE.
  4994.  
  4995. Wed Dec  9 17:30:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4996.  
  4997.     * info.el (Info-{first,second,third,fourth,fifth}-menu-item): Removed.
  4998.     (Info-nth-menu-item): New function; bound to 1..9.
  4999.  
  5000. Tue Dec  8 21:29:34 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5001.  
  5002.     The find-file-name-handler function in ../src/fileio.c is now
  5003.     callable from lisp; use it instead of writing out its code.
  5004.     * dired-aux.el (dired-compress-file): Just that.
  5005.     * dired.el (dired-uncache): Just that.
  5006.     * files.el (file-local-copy, file-truename,
  5007.     file-name-sans-versions, make-directory, save-buffers-kill-emacs):
  5008.     Just that.
  5009.     * ls-lisp.el (insert-directory): Just that.
  5010.  
  5011.     * ange-ftp.el (ange-ftp-unhandled-file-name-directory): New
  5012.     function.  Set ange-ftp's `unhandled-file-name-property' to its
  5013.     name.
  5014.  
  5015. Mon Dec  7 20:10:32 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5016.  
  5017.     * lpr.el (lpr-switches, lpr-command): Make these defvars, not
  5018.     defconsts.
  5019.  
  5020. Fri Dec  4 00:31:30 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5021.  
  5022.     * c-mode.el (c-fill-paragraph): When trying to make sure that the
  5023.     comment ender isn't on its own line, don't signal an error if
  5024.     there is no comment ender.
  5025.  
  5026. Thu Dec  3 23:45:21 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5027.  
  5028.     * sendmail.el (mail-self-blind, mail-interactive,
  5029.     mail-yank-ignored-headers): Make these defvars, not defconsts.
  5030.     Otherwise, they wipe out the user's customizations when we
  5031.     autoload sendmail.el.
  5032.  
  5033. Tue Dec  1 22:34:42 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5034.  
  5035.     * hanoi.el (hanoi): If pole-spacing is odd, round down, not up.
  5036.     To see if the window is wide enough, just check if one half of a
  5037.     ring will fit inside pole-spacing.
  5038.  
  5039. Fri Nov 27 17:54:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5040.  
  5041.     * add-log.el (add-change-log-entry):
  5042.     Expand file-name again after chasing links.
  5043.  
  5044. Fri Nov 20 14:33:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5045.  
  5046.     * vc.el (vc-next-action): Undo previous change.
  5047.  
  5048. Thu Nov 19 16:44:24 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5049.  
  5050.     * vc.el (vc-next-action): Pass t as NOQUERY argument to
  5051.     vc-resynch-window here too.  This means that all uses of
  5052.     vc-resynch-window pass t; I'm going to wait until I understand the
  5053.     situation better before I rip out the NOQUERY argument
  5054.     altogether.
  5055.  
  5056.     * vc.el (vc-revert-buffer1): Try to preserve the position of mark
  5057.     as well as point.
  5058.     (vc-position-context, vc-find-position-by-context): New functions
  5059.     to help with that, made out of the old innards of vc-revert-buffer1.
  5060.  
  5061. Wed Nov 18 12:34:10 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5062.  
  5063.     * fortran.el: New version of version 1.30 (!) from Stephen A. Wood
  5064.     <saw@hallc1.cebaf.gov>
  5065.  
  5066. Tue Nov 17 00:22:09 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5067.  
  5068.     * fortran.el: New version (1.30) from "Stephen A. Wood"
  5069.     <saw@hallc1.cebaf.gov>
  5070.  
  5071.     * subr.el (lambda): Doc fix.
  5072.  
  5073. Sun Nov 15 02:17:04 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5074.  
  5075.     * simple.el (comment-column): Doc fix.
  5076.  
  5077. Fri Nov 13 13:45:55 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5078.  
  5079.     * paths.el (rmail-spool-directory): Add dgux-unix to the list of
  5080.     systems which put their mail in "/usr/mail".
  5081.  
  5082.     * lpr.el (lpr-command, lpr-switches): Removed strings starting
  5083.     with \newline; this file is loaded in loaddefs.el, and doesn't
  5084.     need to follow that convention.
  5085.     
  5086.     * lpr.el (lpr-command): Add dgux-unix to the list of systems which
  5087.     want "lp".
  5088.  
  5089. Thu Nov 12 02:53:21 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5090.  
  5091.     * bytecomp.el: Declare unread-command-char an obsolete variable.
  5092.     * vip.el (vip-escape-to-emacs, vip-prefix-arg-value,
  5093.     vip-prefix-arg-com): Use unread-command-event instead of
  5094.     unread-command-char; respect its new semantics.
  5095.     * simula.el (simula-electric-label): Same.
  5096.     * comint.el (comint-dynamic-list-completions): Same.
  5097.     * ebuff-menu.el (electric-buffer-list, Electric-buffer-menu-exit):
  5098.     Same.
  5099.     * ehelp.el (electric-help-command-loop): Same.
  5100.     * electric.el (Electric-command-loop): Same.
  5101.     * emerge.el (emerge-show-file-name): Same.
  5102.     * fortran.el (fortran-abbrev-start, fortran-window-create-momentarily):
  5103.     Same.
  5104.     * gnus.el (gnus-Subject-next-article): Same.
  5105.     * info.el (Info-summary): Same.
  5106.     * isearch-mode.el (isearch-update, isearch-unread): Same.
  5107.     * map-ynp.el (map-y-or-n-p): Same.
  5108.     * mlsupport.el (push-back-character): Same.
  5109.     * replace.el (perform-replace): Same.
  5110.     * simple.el (prefix-arg-internal): Same.
  5111.     * subr.el (read-quoted-char, momentary-string-display): Same.
  5112.     * sun-mouse.el (mouse-second-hit): Same.
  5113.     * terminal.el (te-escape-extended-command-unread): Same.
  5114.  
  5115.     * emerge.el (emerge-file-names): Use `temp-buffer-show-function',
  5116.     not `temp-buffer-show-hook'.
  5117.     (emerge-combine-versions-edit): Fix misarranged cond expression;
  5118.     the t is an `else' clause, not a function call in the preceeding
  5119.     clause.
  5120.  
  5121.     * simula.el (simula-calculate-indent): Call backward-word with the
  5122.     appropriate argument.
  5123.  
  5124.     * vip.el (vip-delete-char, vip-delete-backward-char, ex-delete):
  5125.     Don't pass nil as a fourth argument to vip-append-to-register; it
  5126.     takes only three.
  5127.     (vip-mark-point, ex-mark): Pass required second argument to
  5128.     point-to-register.
  5129.  
  5130.     * bytecomp.el: (require 'backquote).
  5131.  
  5132.     * subr.el (lambda): Don't use backquotes in lambda's definition.
  5133.  
  5134.     * disass.el (byte-compile): Specify that the 'byte-compile feature
  5135.     is provided in the file "bytecomp".
  5136.  
  5137. Wed Nov 11 23:24:15 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5138.  
  5139.     * ange-ftp.el (ange-ftp-repaint-buffer): Give this a non-hacky
  5140.     definition using (message nil).
  5141.     (ange-ftp-read-passwd, ange-ftp-process-filter): Uncomment out the
  5142.     calls to ange-ftp-repaint-buffer.
  5143.  
  5144. Wed Nov 11 15:18:12 1992  Eric S. Raymond (eric@mole.gnu.ai.mit.edu)
  5145.  
  5146.     * c-mode.el (c-style-alist): Add quotes around C++ style name.
  5147.  
  5148. Tue Nov 10 21:00:27 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5149.  
  5150.     * rect.el (operate-on-rectangle): Use move-to-column's FORCE
  5151.     argument instead of implementing it ourselves.
  5152.     (rectangle-coerce-tab): No longer used; deleted.
  5153.  
  5154.     * rect.el (open-rectangle): Leave point at the upper corner of the
  5155.     rectangle just opened, in imitation of open-line.  Fix doc typo.
  5156.     (open-rectangle-line): Use skip-chars-backward's LIM argument to
  5157.     leave spaces before the line segment's beginning undisturbed.
  5158.  
  5159.     * rect.el: Provide 'rect.
  5160.  
  5161. Sun Nov  8 13:58:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5162.  
  5163.     * vc.el (vc-cancel-version): Use yes-or-no-p.
  5164.  
  5165. Fri Nov  6 23:05:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5166.  
  5167.     * startup.el (after-init-hook): Doc fix.
  5168.  
  5169. Thu Nov  5 22:07:19 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5170.  
  5171.         * isearch.el (isearch-frames-exist): This isn't what we want -
  5172.     replaced by...
  5173.     (isearch-gnu-emacs-events): non-nil if should expect events in the
  5174.     style generated by GNU Emacs 19.  Set if set-frame-height is
  5175.     fboundp; this is true on any GNU Emacs 19, whether or not it was
  5176.     compiled with multiple frame support.
  5177.     (isearch-mode-map): Test isearch-gnu-emacs-events instead of
  5178.     isearch-frames-exist to see if we should bind switch-frame events.
  5179.     (isearch-update): Test isearch-gnu-emacs-events instead of
  5180.     isearch-frames-exist to see if unread-command-char's quiescent
  5181.     value is nil or -1.
  5182.  
  5183.     * simple.el (previous-line): Doc fix.
  5184.  
  5185. Thu Nov  5 09:58:13 1992  Stephen A. Wood  (saw@cebaf.gov)
  5186.  
  5187.     * fortran.el version 1.28.8
  5188.     (fortran-indent-to-column): Make turning of lines that begin with
  5189.     `fortran-continuation-string' into properly formated continuation
  5190.     lines work for fortran TAB mode.
  5191.  
  5192.     * fortran.el version 1.28.7a
  5193.     Cleaned up some doc strings.
  5194.  
  5195.     (fortran-abbrev-help, fortran-prepare-abbrev-list-buffer): Use
  5196.     `insert-abbrev-table-description' and make buffer in abbrevs-mode.
  5197.  
  5198.     * fortran.el version 1.28.7
  5199.     Many changes since version 1.28.3.   Added auto-fill-mode, support
  5200.     for some Fortran 90 statements.  Adjust comments to conform to new
  5201.     gnu conventions.
  5202.  
  5203.     (fortran-mode): Fix `comment-line-start-skip' by changing \\1 to
  5204.     \\2 and include cpp statements in matching.  Changes for auto fill.  
  5205.  
  5206.     (fortran-auto-fill-mode, fortran-do-auto-fill,
  5207.     fortran-break-line): New functions to implement auto fill.
  5208.  
  5209.     (fortran-indent-line, fortran-reindent-then-newline-and-indent):
  5210.     Added auto fill support.
  5211.  
  5212.     (find-comment-start-skip, is-in-fortran-string-p): New functions.
  5213.  
  5214.     (fortran-electric-line-number): Works better in overwrite mode.
  5215.  
  5216.     (fortran-indent-comment, fortran-indent-line,
  5217.     fortran-indent-to-column):  Use find-comment-start-skip instead of
  5218.     searching for `comment-start-skip'.
  5219.  
  5220.     (fortran-mode, calculate-fortran-indent): Added indentation
  5221.     for fortran 90 statements.
  5222.  
  5223.     (fortran-next-statement, fortran-previous-statement): Bug fixes.
  5224.  
  5225.     (fortran-mode, calculate-fortran-indent,
  5226.     fortran-setup-tab-format-style, fortran-setup-fixed-format-style):
  5227.     `fortran-comment-line-column' meaning changed.  Now defaults to 0.
  5228.  
  5229. Thu Nov  5 05:00:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5230.  
  5231.     * term/x-win.el: (command-switch-alist, x-switch-definitions):
  5232.     -ib was used for two things.  Use -itype for icon type.
  5233.  
  5234. Wed Nov  4 23:58:42 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5235.  
  5236.     * term/x-win.el (command-switch-alist, x-switch-definitions):
  5237.     -ib was used for two things.  Use -itype for icon type.
  5238.  
  5239. Wed Nov  4 01:44:17 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5240.  
  5241.     * term/x-win.el: Moved functions to support selections and cut
  5242.     buffers out from amidst the X initialization code.
  5243.  
  5244.     * simple.el (kill-line): Don't shift point before doing the
  5245.     delete.
  5246.  
  5247.     * startup.el (normal-top-level): Don't worry about setting
  5248.     default-directory to PWD if PWD is shorter.  And, if PWD isn't
  5249.     accurate, delete it.
  5250.  
  5251. Tue Nov  3 19:52:43 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5252.  
  5253.     * compile.el (compile-internal): Use NAME-OF-MODE in the prompt
  5254.     when offering to kill an existing process.
  5255.  
  5256.     * autoload.el (make-autoload): When creating an autoload
  5257.     invocation for a macro, pass (list 'quote 'macro) as the sixth
  5258.     argument, not just t.  autoload's sixth argument is now a type
  5259.     instead of just a boolean value, so we should use a value which
  5260.     reflects that.
  5261.  
  5262.     * cl.el: New version - 3.0 - from Cesar Quiroz.
  5263.  
  5264.     * etags.el (find-tag-noselect): Doc fix.
  5265.  
  5266. Tue Nov  3 03:46:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5267.  
  5268.     * rect.el (insert-rectangle): Put mark at upper left corner.
  5269.  
  5270.     * dired-aux.el (dired-mark-confirm): For `compress',
  5271.     say `Compress or uncompress'.
  5272.     (dired-map-over-marks-check): Likewise.
  5273.  
  5274. Sun Nov  1 17:07:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5275.  
  5276.     * isearch-mode.el (isearch-search): Handle all sorts of errors
  5277.     from regexp search.
  5278.  
  5279. Sat Oct 31 04:27:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5280.  
  5281.     * files.el (make-directory): Renamed from make-directory-path.
  5282.     Optional argument says whether to create parent dirs.
  5283.     Invoke file-name handler here.
  5284.     (after-find-file): Delete code that offers to create dir.
  5285.     Instead, just print a message.
  5286.  
  5287.     * bytecomp.el (byte-compile-lambda):
  5288.     Don't compile the interactive spec if it is a call to `list'.
  5289.  
  5290. Fri Oct 30 22:34:45 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5291.  
  5292.     * ange-ftp.el: Tighten the regular expression used in
  5293.     file-name-handler-alist to recognized ange-ftp filenames; the
  5294.     slash, username and hostname must be at the start of the filename,
  5295.     not just anywhere in the filename.
  5296.  
  5297. Fri Oct 30 00:37:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5298.  
  5299.     * tabify.el: Doc fix.
  5300.  
  5301. Wed Oct 28 01:03:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5302.  
  5303.     * vc.el (vc-admin): Pass t as noquery arg to vc-resynch-window.
  5304.  
  5305.     * paths.el (manual-program): Always use /usr/ucb/man if that exists.
  5306.  
  5307. Tue Oct 27 03:47:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5308.  
  5309.     * fortran.el (fortran-tab-mode): Add defvar.
  5310.     (fortran-analyze-file-format): Bind i.
  5311.     (fortran-tab-mode-string): Add defvar.
  5312.     (fortran-tab-mode): Use `arg' as variable, not as function.
  5313.     (fortran-prepare-abbrev-list-buffer): New function.
  5314.     (fortran-abbrev-help): Call that.
  5315.     (fortran-window-create): Use screen-width, not frame-width.
  5316.  
  5317.     * info.el: Rename buffer-flush-undo to buffer-disable-undo.
  5318.     (Info-goto-emacs-key-command-node): Fix typo.
  5319.     (Info-menu-item-sequence): Commented out.
  5320.     (Info-follow-nearest-node): Use new event format.
  5321.     Select the window clicked on.
  5322.  
  5323.     * vc.el (vc-log-file, vc-log-version): Declared.
  5324.  
  5325.     * simple.el (shell-command-on-region):
  5326.     Use region-beginning and region-end, in interactive spec.
  5327.  
  5328. Mon Oct 26 23:11:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5329.  
  5330.     * isearch-mode.el (isearch-edit-string):
  5331.     Bind cursor-in-echo-area only around read-char/allocate-event.
  5332.  
  5333. Sat Oct 24 15:57:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5334.  
  5335.     * vc-hooks.el (vc-prefix-map): Put vc-diff on = and vc-directory on d.
  5336.  
  5337.     * vc.el (vc-resynch-window): New arg NOQUERY.
  5338.     Pass it to vc-revert-buffer1.
  5339.     (vc-checkout, vc-finish-logentry, vc-revert-buffer, vc-finish-steal):
  5340.     Supply t as NOQUERY arg for vc-resynch-window.
  5341.     (vc-next-action):
  5342.     Don't revert workfile from master if buffer is modified.
  5343.  
  5344. Fri Oct 23 04:53:38 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5345.  
  5346.     * files.el (set-visited-file-name): Change the auto save file name.
  5347.  
  5348.     * macros.el (insert-kbd-macro): Replace nonprinting chars with escapes.
  5349.     If arg is empty, use last macro as default.
  5350.  
  5351.     * sendmail.el (mail-aliases): Doc fix.
  5352.  
  5353.     * help.el (describe-function): Print `an autoloaded', not `a ...'.
  5354.  
  5355.     * simple.el (goal-column): Don't put the defvar inside the
  5356.     make-variable-buffer-local.
  5357.  
  5358. Wed Oct 21 00:50:11 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5359.  
  5360.     * dired.el (dired-chown-program):
  5361.     Treat silicon-graphics-unix like usg-unix-v.
  5362.  
  5363.     * rmail.el (rmail-mode-map): Delete binding of M-r (use global one).
  5364.  
  5365.     * lpr.el (lpr-command):
  5366.     Treat hpux and silicon-graphics-unix like usg-unix-v.
  5367.  
  5368.     * rmailout.el (rmail-output-to-rmail-file): Call abbreviate-file-name.
  5369.  
  5370.     * files.el: Doc fixes.
  5371.  
  5372. Tue Oct 20 00:35:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5373.  
  5374.     * simple.el (comment-region): Do move to next line, in neg arg case.
  5375.  
  5376.     * isearch-mode.el (isearch-mode-map): Make the top-level keymap dense.
  5377.     Explicitly bind control characters at that level.
  5378.  
  5379.     * files.el (file-truename): Check for root by seeing if
  5380.     directory-file-name returns same as DIR.
  5381.     Look for a file-truename handler for the file name.
  5382.     * vc-hooks (vc-registered): Look for a vc-registered handler.
  5383.     But only if file-name-handler-alist is bound.
  5384.     * ange-ftp.el: Add dummy handlers for file-truename and vc-registered.
  5385.     (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp-add-mts-host):
  5386.     (ange-ftp-add-dumb-unix-host):
  5387.     Use default-directory, not dired-directory.
  5388.     (ange-ftp-allow-child-lookup): Eliminate dired-local-variables-file.
  5389.  
  5390.     * mailalias.el (mail-aliases): Add definition here.
  5391.  
  5392. Mon Oct 19 18:37:46 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5393.  
  5394.     * add-log.el (add-log-current-defun): Add condition-case around
  5395.     the body, so at worst we return nil.
  5396.  
  5397. Sun Oct 18 15:09:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5398.  
  5399.     * paragraphs.el (kill-sentence, backward-kill-sentence): 
  5400.     (kill-paragraph, backward-kill-paragraph):
  5401.     Don't change point before calling kill-region.
  5402.  
  5403.     * sendmail.el (mail-setup):
  5404.     Call build-mail-aliases, not mail-abbrev-setup.
  5405.     (sendmail-send-it): Call expand-mail-aliases.
  5406.  
  5407.     * mailalias.el: Doc fixes.
  5408.  
  5409.     * mailabbrev.el: Delete version 18 compatibility stuff.
  5410.     (mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs):
  5411.     (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'.
  5412.     (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer.
  5413.     (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
  5414.  
  5415.     * isearch-mode.el (isearch-mode-map): Use sparse keymaps.
  5416.     Start printing-char loop at SPC.
  5417.  
  5418.     * rmailsort.el (rmail-sort-messages):
  5419.     Give up right away if not Rmail mode.
  5420.  
  5421. Sat Oct 17 21:06:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5422.  
  5423.     * replace.el (occur): Always search entire buffer.
  5424.  
  5425. Sat Oct 17 17:34:47 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5426.  
  5427.     * mouse.el (mouse-tear-off-window): New function.
  5428.  
  5429. Sat Oct 17 03:07:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5430.  
  5431.     * mouse.el (mouse-set-region): New command.  Bind drag-mouse-1 to it.
  5432.  
  5433. Thu Oct 15 03:17:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5434.  
  5435.     * telnet.el (telnet): Wait for telnet output before sending `open'.
  5436.  
  5437. Wed Oct 14 12:29:09 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5438.  
  5439.     * files.el (file-truename): The variable ~ should be considered an
  5440.     absolute pathname; handle it correctly.  Concatenate the directory
  5441.     onto the filename in the correct order.
  5442.  
  5443. Tue Oct 13 15:48:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5444.  
  5445.     * isearch-mode.el (isearch-mode-map): Bind t in top-level map 
  5446.     and in the submap for meta keys.  Don't bind the individual chars.
  5447.  
  5448. Mon Oct 12 17:18:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5449.  
  5450.     * etags.el (visit-tags-table-buffer): When trying to pick table, call
  5451.     tags-expand-table-name on alternatives that might be nil.
  5452.     (tags-table-files): Don't call visit-tags-table-buffer; assume we
  5453.     are there.
  5454.  
  5455. Mon Oct 12 00:52:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5456.  
  5457.     * picture.el (edit-picture): Run picture-mode-hook.
  5458.  
  5459. Sat Oct 10 12:12:30 1992  Jim Blandy  (jimb@totoro.cs.oberlin.edu)
  5460.  
  5461.     * dired-aux.el (dired-compress-file): Change references to
  5462.     `from-file' to use `file'; the former only works because
  5463.     dired-compress-file is only called by dired-compress, which binds
  5464.     from-file.
  5465.  
  5466.     * rmail.el (rmail-mode): Make this autoload; we might find a file
  5467.     whose first line local variables want to put it in RMAIL mode;
  5468.     that ought to work.
  5469.  
  5470. Sat Oct 10 02:13:18 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5471.  
  5472.     * comint.el (comint-last-input-match): defvar moved up.
  5473.  
  5474.     * files.el (buffer-file-number): New variable.
  5475.     (find-file-noselect): Record the file's filenum and devnum.
  5476.     Notify if any buffer has the same values.
  5477.     (basic-save-buffer): Save new filenum and devnum.
  5478.     For file-precious-flag, pass real name as VISIT arg of write-region.
  5479.     (set-visited-file-name): Likewise.
  5480.     Clear buffer-file-{number,truename} if now visiting no file.
  5481.  
  5482. Fri Oct  9 01:29:03 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5483.  
  5484.     * rmail.el (mail-unsent-separator): Handle "Message text follows".
  5485.  
  5486.     * files.el (hack-one-local-variables): New subroutine.
  5487.     (hack-local-variables-prop-line): New function.
  5488.     (hack-local-variables): Use them both.
  5489.     (ignored-local-variables): New variable.
  5490.  
  5491.     * files.el (file-truename): New function.
  5492.     (find-file-noselect): Look for buffer with same truename.
  5493.     Warn about it; optionally find it.  Set buffer-file-truename.
  5494.     (set-visited-file-name): Set buffer-file-truename.
  5495.     (buffer-file-truename): New var, permanent local in all buffers.
  5496.     (find-file-visit-truename, find-file-compare-truenames): New options.
  5497.  
  5498. Thu Oct  8 02:14:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5499.  
  5500.     * rmail.el (mail-unsent-separator): Allow "original message" as
  5501.     alternative.  Allow extra dashes and spaces.
  5502.     (rmail-retry-failure): Ignore case while searching for unsent sep.
  5503.  
  5504.     * add-log.el (add-log-current-defun): In normal C case,
  5505.     start with beginning-of-line.
  5506.     In last (fallback) case, start with end-of-line.
  5507.     (add-log-current-defun-header-regexp): In first alternative
  5508.     within the parens, don't allow space as last character.
  5509.  
  5510.     * cust-print.el (custom-prin1-chars):
  5511.     Var defined, and renamed from prin1-chars.
  5512.     (circle-tree, circle-table): Define vars.
  5513.     (cust-print-vector, cust-print-list): Rename level to circle-level.
  5514.     (cust-print-top-level): Likewise.
  5515.     (circle-level): Var defined.
  5516.  
  5517.     * cmuscheme.el (inferior-scheme-filter-regexp):
  5518.     Move definition of this var up before first use.
  5519.     (scheme-buffer): Define variable.
  5520.  
  5521.     * cmulisp.el (cmulisp-mode): Eliminate compatibility code calling
  5522.     lisp-mode-variables with no arg.
  5523.     (cmulisp-mode-map): Use shared-lisp-mode-map as tail.
  5524.     (cmulisp-args-to-list): Fix typo in recursive call.
  5525.     (cmulisp-buffer): Define variable.
  5526.  
  5527.     * files.el (hack-local-variables): Ignore attempts to bind
  5528.     enable-local-eval.
  5529.  
  5530. Wed Oct  7 04:59:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5531.  
  5532.     * cust-print.el: CP:: changed to cust-print- in all names.
  5533.     Lots of doc fixes.
  5534.  
  5535. Tue Oct  6 01:12:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5536.  
  5537.     * add-log.el (add-log-current-defun): Catch errors checking for DEFUN.
  5538.  
  5539. Mon Oct  5 16:53:41 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5540.  
  5541.     * vc.el (vc-steal-lock): Use mail-setup, and do like `mail'.
  5542.     Supply vc-finish-steal as an action on sending.
  5543.     (vc-finish-steal): Delete the code to send the message.
  5544.     (vc-backend-steal): Put filename after options in rcs commands.
  5545.     Delete the workfile after the rcs -M -u.
  5546.  
  5547. Mon Oct  5 16:33:46 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  5548.  
  5549.     * rmail.el (rmail-first-unseen-message): Don't show the message,
  5550.     just return its number, if there was an unseen message.
  5551.     (rmail): Check for unseen messages before calling
  5552.     rmail-get-new-mail.  After getting the new mail, call
  5553.     rmail-show-message to show the     pre-existing unseen message, or if
  5554.     that is nil, the current message, which rmail-get-new-mail sets to
  5555.     the first new message.
  5556.  
  5557. Mon Oct  5 06:15:05 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5558.  
  5559.     * isearch-mode.el (isearch-ring-advance-edit): Delete spurious `)'.
  5560.  
  5561.     * info.el (Info-restore-point): Delete duplicate definition.
  5562.  
  5563. Mon Oct  5 05:49:27 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5564.  
  5565.     * vc.el (vc-backend-checkin):
  5566.     Change buffers to get local value of vc-checkin-switches.
  5567.  
  5568.     * vc.el (vc-backend-checkin):
  5569.     Use apply on vc-do-command: vc-checkin-switches is a
  5570.     list.
  5571.  
  5572. Mon Oct  5 05:17:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  5573.  
  5574.     * vc.el (vc-checkin-switches): New defvar.
  5575.     (vc-backend-checkin): Pass vc-checkin-switches to prog.
  5576.  
  5577. Mon Oct  5 00:12:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5578.  
  5579.     * ls-lisp.el (insert-directory): Renamed from dired-ls.
  5580.     All other functions renamed to start with ls-lisp.
  5581.  
  5582.     * ls-lisp.el: New file from Kremer.
  5583.  
  5584. Sun Oct  4 00:08:59 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5585.  
  5586.     * fill.el (fill-paragraph): Don't actually change point before
  5587.     calling fill-region-as-paragraph.
  5588.     (fill-region-as-paragraph): Save point on undo list at start.
  5589.  
  5590. Sat Oct  3 23:44:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5591.  
  5592.     * simple.el (insert-buffer): Before reading arg, barf if read-only.
  5593.  
  5594. Sat Oct  3 03:01:25 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5595.  
  5596.     * mouse.el: Begin adapting this to the new event format.
  5597.     (event-window, event-point, mouse-coords, mouse-timestamp):
  5598.     Removed.
  5599.     (event-start, event-end, posn-window, posn-point, posn-col-row,
  5600.     posn-timestamp): New accessors; these are defsubsts.
  5601.     (mouse-delete-window, mouse-delete-other-windows,
  5602.     mouse-split-window-vertically, mouse-set-point): Rewritten to use
  5603.     the new accessors.
  5604.  
  5605.     * mouse.el: Remove hack of binding down-mouse-1.
  5606.  
  5607.     * mouse.el (mouse-movement-p): Add docstring for this.
  5608.  
  5609. Fri Oct  2 22:21:12 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5610.  
  5611.     * simple.el (open-line): Shield undo from the hack to insert at pt-1.
  5612.  
  5613. Thu Oct  1 20:31:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5614.  
  5615.     * man.el (nuke-nroff-bs): 4 lines after header was 1 too many.
  5616.     Likewise for 10 before the header.
  5617.  
  5618. Thu Oct  1 02:00:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5619.  
  5620.     * compile.el (compilation-parse-errors): Save (match-beginning 0)
  5621.     in a variable, so the looking-at call doesn't clobber its value
  5622.     when we want to use it to back up before the error we discard.
  5623.     Make sure compilation-error-list is at least two elts long before
  5624.     checking its first two elts for being in the same file.
  5625.  
  5626. Wed Sep 30 06:30:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5627.  
  5628.     * simple.el (kill-word): Don't change point before calling kill-region.
  5629.     (delete-indentation): Don't go beyond eob, comparing with fill-prefix.
  5630.  
  5631. Wed Sep 30 04:36:39 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5632.  
  5633.     * gud.el (gud-last-frame): Added defvar for this.
  5634.  
  5635. Tue Sep 29 22:12:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5636.  
  5637.     * info.el (Info-follow-nearest-node): Handle line breaks after *note.
  5638.     Fix interactive spec.  Doc fix.  Put on mouse-3.
  5639.  
  5640. Wed Sep 30 01:45:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5641.  
  5642.     * compile.el (compilation-parse-errors): After we get enough errors
  5643.     to stop early, toss the last one (which is for a different file),
  5644.     so we don't lose the same way on the next run.
  5645.  
  5646. Tue Sep 29 23:59:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5647.  
  5648.     * compile.el (compilation-parse-errors): When we reach
  5649.     FIND-AT-LEAST errors, keep going until we have seen all the
  5650.     consecutive errors in the same file.
  5651.  
  5652. Tue Sep 29 14:14:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5653.  
  5654.     * sendmail.el (mail-send-and-exit): Do other-buffer before bury-buffer.
  5655.  
  5656.     * rmail.el (mail-unsent-separator): Add another alternative.
  5657.  
  5658. Tue Sep 29 02:09:01 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  5659.  
  5660.     * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
  5661.     Use x-get-cut-buffer and x-set-cut-buffer, instead of expecting
  5662.     x-selection-value to manipulate the cut buffers.
  5663.  
  5664.     * term/x-win.el (x-cut-buffer-or-selection-value): Treat
  5665.     selections whose value is the empty string like unset selections.
  5666.     This allows us to truncate cut buffers to the empty string (if the
  5667.     text is too large, say) without causing
  5668.     interprogram-paste-function to wipe out the latest kill.
  5669.     
  5670.     * gud.el: When we send a command to the debugger via gud-call,
  5671.     it's annoying to see the command and the new prompt in the
  5672.     debugger interaction buffer; nuke the command and the old prompt.
  5673.     (gud-delete-prompt-marker): New variable, with extensive documentation.
  5674.     (gud-mode): Make gud-delete-prompt-marker buffer-local, and
  5675.     initialize it.
  5676.     (gud-filter-insert): If gud-delete-prompt-marker is set, delete
  5677.     the prompt, and clear gud-delete-prompt-marker.
  5678.     (gud-call): Arrange for the last prompt printed to get deleted, by
  5679.     setting gud-delete-prompt-char.
  5680.  
  5681.     * gud.el (gud-def): Doc fix.
  5682.     (gud-gdb-marker-filter, gud-sdb-marker-filter,
  5683.     gud-dbx-marker-filter): Rename the argument `s' or `str' to
  5684.     `string', and change all uses; these definitions were referring to
  5685.     `string', which is unbound in the lexical context, but which
  5686.     happens to end up being bound to the right thing by the caller,
  5687.     gud-filter.
  5688.     (sdb): Set comint-prompt-regexp, not comint-prompt-pattern; the
  5689.     latter doesn't exist.
  5690.     (gud-dbx-debugger-setup): Use the argument `f', not the variable
  5691.     `file', which happens to be bound in the caller.
  5692.     (gud-filter-insert): The variable `start' is never used.  The
  5693.     variable `moving' is unnecessary.  The variable `old-buffer' and
  5694.     the unwind-protect form are unneeded, since save-excursion can do
  5695.     their work.  The binding of output-after-point should be done after
  5696.     switching to the process's buffer, not in whatever random buffer
  5697.     happens to be current when the process filter is called.  There's
  5698.     no need to set the process mark if we've just inserted at its
  5699.     location using insert-before-markers.
  5700.     (gud-read-address): Don't bother setting the variable `result'; it
  5701.     is never used.
  5702.  
  5703. Mon Sep 28 08:34:47 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5704.  
  5705.     * ange-ftp.el (ange-ftp-kill-ftp-process): Delete spurious ".
  5706.  
  5707.     * files.el (file-relative-name-1): New function split out.
  5708.     (file-relative-name): Use it.
  5709.  
  5710.     * timer.el (timer-process-sentinel): Don't set timer-scratch.
  5711.  
  5712.     * ws-mode.el (ws-mark-word): Use forward-word, with an arg,
  5713.     instead of backward-word.
  5714.     (wordstar-mode): Move after definition of keymap.
  5715.     (ws-move-block): Just two args for kill-region.
  5716.  
  5717.     * vc.el (vc-rename-file): Use OLD, not FILE which is unbound.
  5718.  
  5719.     * two-column.el: Use frame-width instead of screen-width.
  5720.  
  5721. Mon Sep 28 01:27:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5722.  
  5723.     * map-ynp.el: Use (function ...) around lambdas, so it works in v18.
  5724.  
  5725. Sun Sep 27 02:42:08 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5726.  
  5727.     * vc.el (vc-update-change-log): Use file-relative-name.
  5728.  
  5729. Sun Sep 27 02:40:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5730.  
  5731.     * files.el (file-relative-name):
  5732.     Rewritten so unrelativizable file names win.
  5733.  
  5734. Sun Sep 27 02:27:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5735.  
  5736.     * files.el (file-relative-name): Don't lose when DIRECTORY is nil.
  5737.  
  5738.     * files.el (file-relative-name): New function.
  5739.  
  5740. Sun Sep 27 01:51:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5741.  
  5742.     * vc.el (vc-checkin-hook): New user hook variable.
  5743.     (vc-log-after-operation-hook): New internal defvar.
  5744.     (vc-checkin): Set vc-log-after-operation-hook to 'vc-checkin-hook.
  5745.     (vc-finish-logentry): (run-hooks vc-log-after-operation-hook) at end.
  5746.     
  5747.     (vc-update-change-log): When doing all visited files, remove directory
  5748.     names from file names that are in default-directory.
  5749.  
  5750.     * vc.el (vc-update-change-log):
  5751.     Use shell-command, not shell-command-on-region.
  5752.     Take optional args to pass to script.
  5753.     Add fancy interactive spec: C-u for current file only;
  5754.     M-0 for all visited.
  5755.  
  5756. Sun Sep 27 01:24:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5757.  
  5758.     * find-dired.el: New version from sk.
  5759.     Changed copyright owner to FSF, and updated year.
  5760.     (find-grep-dired): Use ! -type d, not -type f.
  5761.  
  5762. Sun Sep 27 00:45:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5763.  
  5764.     * vc-hooks.el (vc-toggle-read-only): Doc fix.
  5765.     (vc-mode-line): Add interactive spec.
  5766.  
  5767. Sat Sep 26 03:51:54 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5768.  
  5769.     * two-column.el (tc-window-width, tc-separator, tc-other): 
  5770.     Add permanent-local property.
  5771.     (tc-two-columns): Renamed from tc-split.
  5772.     (tc-split): Renamed from tc-unmerge.  Put it on C-x 6 s.
  5773.     Use make-local-variable on tc-separator.
  5774.  
  5775.     * spook.el (spook): Make it autoload.
  5776.  
  5777.     * gomoku.el (gomoku): Make it autoload.
  5778.  
  5779.     * mpuz.el: Fix setup of mpuz-read-map not to depend on keymap format.
  5780.     (mpuz): Renamed from mult-puzzle.  Make it autoload.
  5781.  
  5782.     * setenv.el (setenv): Doc fix.  Make it autoload.
  5783.  
  5784.     * diff.el (diff): Don't print echo area message.
  5785.     (diff-parse-differences): Always add `done' to message, at end.
  5786.     New local num-loci-found counts the loci.
  5787.  
  5788.     * mouse.el (mouse-split-window-vertically): Use @.
  5789.     (mouse-split-window-horizontally): New command.
  5790.     Use S-mouse-2 for them.
  5791.     (mouse-delete-window): Put on mode-line mouse-3.
  5792.     (mouse-save-then-kill): New command, on mouse-3.
  5793.     (mouse-delete-other-windows): Use @.  Now on mode-line mouse-1.
  5794.     (mouse-scroll-down, mouse-scroll-up): Use e, get line from event.
  5795.     (mouse-scroll-move-cursor): Likewise.
  5796.     (mouse-scroll-left, mouse-scroll-right): Likewise for column.
  5797.     (mouse-scroll-move-cursor-horizontally): Likewise.
  5798.  
  5799. Thu Sep 24 03:22:29 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5800.  
  5801.     * files.el (after-find-file): New arg NOAUTO.
  5802.     (revert-buffer, recover-file): Pass t for that arg.
  5803.  
  5804. Wed Sep 23 15:34:53 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  5805.  
  5806.         * cal-mayan.el (calendar-print-mayan-date): Fix conversion in
  5807.         output message.
  5808.  
  5809. Wed Sep 23 00:18:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5810.  
  5811.     * c-mode.el (calculate-c-indent): When testing for function-start line,
  5812.     always match the first paren if have more than one.
  5813.  
  5814. Mon Sep 21 03:46:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5815.  
  5816.     * vms-pmail.el: New file.
  5817.  
  5818.     * texinfo.el (texinfo-mode): Capitalize the mode name string.
  5819.  
  5820.     * mail-extr.el (mail-undo-backslash-quoting): Renamed from undo-...
  5821.     (mail-safe-move-sexp): Renamed from safe-...
  5822.     (mail-variant-method): Renamed from variant-method.
  5823.  
  5824.     * tq.el: Doc fixes.  Make tq-create autoload.
  5825.  
  5826.     * keypad.el: File deleted (obsolete).
  5827.  
  5828.     * setenv.el (setenv): Add interactive spec.  Use \\` for string beg.
  5829.     Improve error message.
  5830.  
  5831.     * isearch-mode.el (isearch-other-meta-char): Use isearch-unread.
  5832.     Support `edit' as search-exit-option.
  5833.  
  5834.     * recompile-startup.el: File deleted.
  5835.  
  5836.     * at386.el: Deleted from here; latest version moved into term.
  5837.  
  5838.     * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
  5839.     stop moving down if reach eob.
  5840.  
  5841. Sun Sep 20 15:06:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5842.  
  5843.     * prompt.el: File deleted.
  5844.  
  5845.     * find-dired.el (start-process-shell-command): Deleted.
  5846.  
  5847.     * diff.el (diff-switches): Default is now -c.
  5848.     (diff-parse-differences): Use line beg as location of message.
  5849.  
  5850.     * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
  5851.     stop moving down at line with # or /.
  5852.     (c-fill-paragraph): Set first-line whenever we find a comment start
  5853.     on the current line.  Protect text before the comment start 
  5854.     by excluding it from the region and adding spaces to bring back 
  5855.     proper indentation of that point.
  5856.  
  5857. Sat Sep 19 01:58:01 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5858.  
  5859.     * ange-ftp.el (ange-ftp-generate-anonymous-password): Default now t.
  5860.     ??? This file is waiting for papers from several people.
  5861.  
  5862.     * vms-patch.el (vms-command-line-again): New function.
  5863.     (vms-pmail-setup): Autoload added here.
  5864.     (vms-suspend-resume-hook): Handle envvars EMACS_COMMAND_ARGS and
  5865.     EMACS_FILE_LINE.
  5866.  
  5867.     * dired.el (dired-view-file, dired-up-directory): Test that
  5868.     dired-subdir-alist has more than one element, to use dired-goto-subdir.
  5869.     (dired-goto-file, dired-clean-up-after-deletion): Likewise.
  5870.     (dired-mark): Likewise, before dired-get-subdir.
  5871.     (dired-subdir-max): Likewise, before dired-next-subdir.
  5872.  
  5873.     * isearch-mode.el (isearch-done): Do push on ring if ring is empty.
  5874.     (isearch-edit-string): Get default from search ring.
  5875.     Don't set the default here.
  5876.     (search-last-string, search-last-regexp): Vars deleted.
  5877.     (search-highlight): No longer a user option.
  5878.  
  5879.     * subr.el (baud-rate): Defined.
  5880.     (substitute-key-definition): Understand today's keymap format.
  5881.     New arg OLDMAP.  Operate recursively on prefix keys.
  5882.  
  5883.     * rmail.el (rmail-insert-inbox-text): Make the inbox file empty here
  5884.     if we rename it with rename-file here.
  5885.     (rmail-get-new-mail): Always try deleting the files in delete-files.
  5886.  
  5887. Fri Sep 18 02:58:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5888.  
  5889.     * lisp-mode.el (eval-last-sexp): Narrow before reading
  5890.     so don't read past point.
  5891.  
  5892.     * isearch-mode.el (isearch-mode): Change back to (baud-rate).
  5893.  
  5894.     * rmail.el (rmail-get-new-mail): Truncate inbox file if we
  5895.     fail to delete it, or if it's not in the ordinary mail spool dir.
  5896.  
  5897. Thu Sep 17 15:50:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5898.  
  5899.     * c-mode.el (calculate-c-indent): When checking for DEFUN macro,
  5900.     stop moving down at line with open-brace or close-brace.
  5901.  
  5902.     * ange-ftp.el (ange-ftp-file-name-as-directory): Fix typo.
  5903.  
  5904. Thu Sep 17 14:31:04 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5905.  
  5906.     * gud.el (gud-mode-map): Bind gud-refresh to C-c C-l, not C-c l;
  5907.     the latter is reserved for the user's purposes.
  5908.  
  5909. Wed Sep 16 21:27:17 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  5910.  
  5911.     * isearch-mode.el (isearch-ring-advance-edit): added missing
  5912.     closing paren to end of this function.
  5913.  
  5914. Wed Sep 16 20:45:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5915.  
  5916.     * rmail.el (rmail-insert-inbox-text): Avoid "Getting mail from"
  5917.     message for zero-length files.
  5918.  
  5919. Tue Sep 15 17:04:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5920.  
  5921.     * term/x-win.el: Bind M-next to scroll-other-window.
  5922.  
  5923.     * etags.el (visit-tags-table-buffer): Only return nil if (null
  5924.     tags-table-list-pointer) when CONT is t, not anything non-nil.
  5925.  
  5926.     * etags.el (tags-apropos): Pass arg to tags-apropos-function.
  5927.  
  5928.     * mailabbrev.el: Delete comment about needing papers.  We have them.
  5929.  
  5930.     * etags.el (tags-apropos): Start FIRST-TIME as t, not nil.
  5931.     Set it to nil inside the loop.
  5932.  
  5933. Tue Sep 15 03:21:44 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5934.  
  5935.     * simple.el (previous-history-element): Doc fix.
  5936.  
  5937.     * isearch-mode.el (isearch-event-data-type):
  5938.     Renamed from isearch-events-exist.
  5939.     (isearch-frames-exist): Set properly in Emacs 18.
  5940.     (isearch-mode): Use baud-rate as variable, not function.
  5941.     (isearch-abort): Use nil as 2nd arg to `signal'.
  5942.     (isearch-ring-advance-edit, isearch-ring-retreat-edit): Fns deleted.
  5943.     (isearch-ring-adjust-edit): Fns deleted.
  5944.     (isearch-done): Add new string to ring unless matches newest elt.
  5945.     Don't update the yank pointers.
  5946.     (isearch-repeat): Always use newest elt of ring.
  5947.     (isearch-mode): Set *search-ring-yank-pointer to nil.
  5948.     (isearch-edit-string): Set cursor-in-echo-area to nil after read-char.
  5949.     Use read-from-minibuffer and specify a ring as history.
  5950.     (*search-ring-yank-pointer): Value now integer or nil.
  5951.     (isearch-ring-adjust1): Modify yank pointer usage accordingly.
  5952.  
  5953. Mon Sep 14 20:10:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  5954.  
  5955.     * dabbrev.el: Change provide to 'dabbrev from 'dabbrevs.
  5956.  
  5957.     * etags.el (find-tag-noselect, next-file, list-tags, tags-apropos):
  5958.     Call visit-tags-table-buffer with nil, not 'reset.
  5959.     (tags-expand-table-name): New function.
  5960.     (tags-table-list-member): New function.
  5961.     (tags-next-table): New function.
  5962.     (visit-tags-file): Folded into visit-tags-table-buffer.
  5963.     (tags-table-list-started-at): New defvar.
  5964.     (visit-tags-table-buffer): Rewritten.  No longer groks 'reset arg.
  5965.     For 'same, just expand tags-file-name.
  5966.     For t, use tags-next-table, and skip over nonexistent files.
  5967.     Use tags-table-list-member to search lists.
  5968.     Set tags-table-list-started-at.
  5969.     (visit-tags-table): Use (visit-tags-table-buffer 'same) in place of
  5970.     visit-tags-file.
  5971.     (tags-table-parent-pointer-list): Doc fix.
  5972.     (tags-table-including): New function, subr of visit-tags-table-buffer.
  5973.  
  5974. Mon Sep 14 19:02:22 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  5975.  
  5976.     * gud.el (gdb, sdb, dbx): Use C-c C-r ("resume") for continuing,
  5977.     instead of C-c C-c.  C-c C-c should be comint-interrupt-subjob;
  5978.     it's important to have that available, and the C-c C-c binding is
  5979.     consistent with all the other comint-derived modes.
  5980.  
  5981. Mon Sep 14 18:31:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  5982.  
  5983.     * isearch-mode.el: Add global key bindings.
  5984.     (isearch-mode-map): Use only define-key, not aset.
  5985.     Don't try using length of keymap.
  5986.     (isearch-update): Handle unread-command-char properly for Emacs 19.
  5987.     (isearch-switch-frame-handler): Use select-frame to switch frames.
  5988.     (isearch-pre-command-hook): Commented out.
  5989.     (search-upper-case): Renamed from search-caps-disable-folding.
  5990.  
  5991. Mon Sep 14 14:41:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  5992.  
  5993.     * etags.el (visit-tags-file): Return t iff tags file exists.
  5994.     (visit-tags-table): Error if file doesn't exist.
  5995.     (tags-next-table): New function, code broken out from
  5996.     visit-tags-table-buffer.
  5997.     (visit-tags-table-buffer): Use it.
  5998.     Skip over nonexistent files in the tags-table-list.
  5999.     (find-tag-in-order): When (not FIRST-SEARCH), call
  6000.     visit-tags-table-buffer with 'same, not nil.
  6001.  
  6002.     * etags.el (visit-tags-file): Check for file being a directory here.
  6003.     (visit-tags-table-buffer): Not here.
  6004.     (visit-tags-table): Or here.
  6005.  
  6006. Mon Sep 14 01:54:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6007.  
  6008.     * rmail.el (rmail-retry-failure): Bind off mail-signature and
  6009.     mail-setup-hook.
  6010.     (rmail-forward): Likewise.
  6011.  
  6012.     * loaddefs.el: Added autoloads for dabbrev.  (That section got lost.)
  6013.  
  6014.     * simple.el (repeat-complex-command): Get rid of strings added
  6015.     to command-history by read-from-minibuffer.
  6016.     Don't bind minibuffer-history-variable here.
  6017.     (previous-matching-history-element): Read argument manually,
  6018.     with a special history list.  Delete this command from command-history.
  6019.     Fix arithmetic for counting N.
  6020.     (next-matching-history-element): Likewise.
  6021.     (minibuffer-history-search-history): New variable.
  6022.  
  6023.     * simple.el (read-expression-map): New keymap, w/ lisp-complete-symbol.
  6024.     (eval-expression, edit-and-eval-command): Use read-expression-map.
  6025.     (repeat-complex-command): Likewise.
  6026.  
  6027. Sun Sep 13 14:13:23 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6028.  
  6029.     * compile.el: Fix first lines of doc strings.
  6030.     (compilation-sentinel): Use local value of compilation-finish-function.
  6031.     (compilation-num-errors-found): New variable.
  6032.     (compilation-parse-errors): Use that, not `nfound'.
  6033.     * diff.el (diff-parse-differences): Likewise.
  6034.  
  6035.     * lisp-mode.el (save-match-data): Define indentation.
  6036.  
  6037.     * files.el (file-local-copy): New function, replaces diff-prepare.
  6038.  
  6039.     * subr.el (save-match-data): New macro.
  6040.     * files.el (insert-directory): Use that macro.
  6041.     (file-name-sans-versions): Likewise.
  6042.     * dired-aux.el (dired-compress-file): Likewise.
  6043.     * diff.el (diff-old-file, diff-new-file): Vars declared.
  6044.     (diff-old-temp-file, diff-new-temp-file): Vars declared.
  6045.     (dired-add-entry): Pass t as wildcard arg to insert-directory.
  6046.     (diff): Use compilation-finish-function to delete temp files.
  6047.  
  6048.     * comint.el (comint-mode): Reinsert kill-all-local-variables.
  6049.     Delete kludges to preserve comint-ptyp and comint-input-ring.
  6050.     (comint-ptyp): Move declaration before uses.  Make permanent.
  6051.     (comint-input-ring): Make permanent.
  6052.     (comint-input-ring-index): Declare it.
  6053.  
  6054.     * bytecomp.el (byte-compile-report-error):
  6055.     Set byte-compiler-have-errors.
  6056.     (byte-compile-file): Don't kill ` *Compiler Input*' buffer if error.
  6057.     Put input and output buffers in local vars when made.
  6058.     Make two separate save-excursion forms, excluding the call
  6059.     to byte-compile-from-buffer.
  6060.  
  6061.     * dired.el (dired-uncache): New function.
  6062.     (dired-revert, dired-insert-old-subdirs): Use it.
  6063.     (dired-view-file): Undo previous change.
  6064.  
  6065. Sun Sep 13 03:33:49 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6066.  
  6067.     * mouse.el: Change uses of 'K' interactive spec to 'e'.
  6068.  
  6069. Sun Sep 13 00:13:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6070.  
  6071.     * diff.el (diff): Call diff-prepare.  If we do have temporary files,
  6072.     tell diff to override their names in the listing; delete them at end.
  6073.     (diff-prepare): New function.
  6074.  
  6075.     * files.el (file-name-sans-versions): Support file-name-handler-alist.
  6076.     New arg KEEP-BACKUP-VERSION means don't delete backup versions. 
  6077.  
  6078.     * dired.el (dired-display-file, dired-find-file-other-window): 
  6079.     (dired-view-file, dired-find-file): Call file-name-sans-versions
  6080.     to remove non-backup version numbers.
  6081.  
  6082.     * dired-aux.el (dired-compress-file): New function.
  6083.     (dired-compress): Call that, to compress and determine new name.
  6084.  
  6085.     * files.el (insert-directory): New function; based on dired-ls.
  6086.     Supports file-name-handler-alist.
  6087.     (insert-directory-program): New variable.
  6088.     * dired-aux.el (dired-add-entry, dired-insert-subdir-doinsert):
  6089.     Use insert-directory.
  6090.     * dired.el (dired-readin-insert): Use insert-directory.
  6091.     (dired-ls, dired-ls-program): Deleted.
  6092.  
  6093. Sat Sep 12 04:41:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6094.  
  6095.     * autoload.el (update-file-autoloads): Use beginning of specified line.
  6096.  
  6097.     * loaddefs.el: Sort alphabetically by file name.
  6098.  
  6099.     * files.el (backup-buffer): If backup file to copy into exists 
  6100.     and is not writable, try deleting it.
  6101.  
  6102.     * ange-ftp.el: New version from Andrew Norman.
  6103.     Modified to use file-name-handler-alist.
  6104.     Get rid of the dummy shell mode.
  6105.     Rename many variables used free to start with ange-ftp.
  6106.     Don't do anything special for revert-buffer.
  6107.  
  6108. Fri Sep 11 03:06:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6109.  
  6110.     * mouse.el (x-fixed-font-alist): New variable.
  6111.     (mouse-set-font): New function, now on C-mouse-3.
  6112.  
  6113.     * term/x-win.el (scroll-bar-mode): New function (and variable too).
  6114.  
  6115.     * dired.el (dired-next-subdir, dired-subdir-index): Moved here
  6116.     * dired-aux.el: From here.
  6117.     * dired.el (dired-build-subdir-alist): Don't print msg after each dir.
  6118.     Clarify final message.    
  6119.  
  6120.     * files.el (auto-mode-alist): Recognize ChangeLog.N as change-log-mode.
  6121.     Move *.N pattern for nroff mode after ChangeLog.N.
  6122.  
  6123. Thu Sep 10 18:58:19 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6124.  
  6125.     * add-log.el (add-log-current-defun): Use eq instead of = when one
  6126.     side might be nil.
  6127.  
  6128. Wed Sep  9 19:53:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6129.  
  6130.         * frame.el (frame-notice-user-settings): In situations where we
  6131.     have to delete the existing frame and create a new one, redirect
  6132.     the dying frame's focus to the new frame, so that characters typed
  6133.     ahead won't get lost.
  6134.  
  6135.     * frame.el (frame-notice-user-settings): Explicitly include
  6136.     default-frame-alist in the frame parameter lists; it was nil
  6137.     before the .emacs file was loaded, and now we have to make sure it
  6138.     takes effect.
  6139.  
  6140.     * subr.el (keyboard-translate): keyboard-translate-table is a C
  6141.     variable; it's never unbound.  Assume it's bound, and create a new
  6142.     string if its current value is a non-array, or if the current
  6143.     array is too short to handle FROM or TO.
  6144.  
  6145. Tue Sep  8 15:25:58 1992  Joseph Arceneaux  (jla@geech.gnu.ai.mit.edu)
  6146.  
  6147.     * mailabbrev.el (sendmail-pre-abbrev-expand-hook): Changed the
  6148.     structure of this function:  Don't check to call
  6149.     mail-resolve-all-aliases unless we are actually in a header field
  6150.     where an abbrev should be expanded.
  6151.  
  6152. Sat Sep  5 19:19:26 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6153.  
  6154.     * c-mode.el (c-fill-paragraph): Fix the cases where point is before
  6155.     or after the comment.  This uses new var comment-start-place.
  6156.  
  6157. Fri Sep  4 04:59:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6158.  
  6159.     * rmail.el (rmail-unix-mail-delimiter): Expand this to recognize
  6160.     time zones after the date too.  Re-arranged some of the whitespace
  6161.     matching, to facilitate factoring out the time zone regexp.
  6162.     (rmail-nuke-pinhead-header): Deal with the timezone matched in
  6163.     either position.
  6164.  
  6165. Fri Sep  4 17:49:24 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  6166.  
  6167.     * server.el: Add provide.
  6168.  
  6169. Fri Sep  4 01:20:40 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6170.  
  6171.     * c-mode.el (calculate-c-indent): Delete stray setq of tem.
  6172.     (c-fill-paragraph): If line contains any comment, treat as comment.
  6173.  
  6174.     * add-log.el (change-log-mode): Match start of word at start of line.
  6175.     * page.el (forward-page): Handle page delim that matches null string.
  6176.  
  6177.     * rmail.el (rmail-mode): Doc fix.
  6178.  
  6179.     * shell.el (shell): Doc fix.
  6180.  
  6181.     * sendmail.el (mail-do-fcc): Copy code from Emacs 18 to add time zone.
  6182.  
  6183. Thu Sep  3 20:04:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6184.  
  6185.     * rmail.el (rmail-unix-mail-delimiter): Split this up and comment
  6186.     its various components so it looks a bit less like three lines of
  6187.     garbage.
  6188.  
  6189. Wed Sep  2 19:15:42 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6190.  
  6191.     * compile.el (compile-goto-error): Move to bol before looking for
  6192.     the error.
  6193.  
  6194. Wed Sep  2 18:09:41 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6195.  
  6196.     * c-mode.el (c-auto-newline): Added backslashed before quotes in
  6197.     docstring.
  6198.  
  6199. Tue Sep  1 15:05:33 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6200.  
  6201.     * lpr.el (lpr-command): Make this autoload.
  6202.  
  6203.     * fill.el (justify-current-line): Fix escape syntax of regexp constant.
  6204.  
  6205. Mon Aug 31 20:24:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6206.  
  6207.     * files.el (enable-local-eval): Default value is `maybe'.
  6208.     (hack-local-variables): Ask just once about `eval:', not each time.
  6209.  
  6210. Mon Aug 31 19:22:20 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6211.  
  6212.     * loadup.el: Don't delete old DOC-M.N.O file if it doesn't exist.
  6213.  
  6214. Mon Aug 31 02:26:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6215.  
  6216.     * loadup.el: Delete old DOC-M.N.O file before copying to it.
  6217.  
  6218.     * c-mode.el (calculate-c-indent): Recognize the Emacs DEFUN macro.
  6219.     Do condition-case around sexp functions when checking for
  6220.     function arg decls.
  6221.     (c-fill-paragraph): Detect comment starting after code on current line.
  6222.     Exclude everything before line where comment starts.
  6223.  
  6224.     * add-log.el (add-log-current-defun): Fix test for LOCATION
  6225.     in range, for instace of DEFUN macro.
  6226.  
  6227.     * simple.el (open-line): Fix fill-prefix case.
  6228.  
  6229.     * loaddefs.el: Swap bindings of C-x a i l and C-x a i g.
  6230.     The former is now for mode abbrevs and the latter for global.
  6231.  
  6232. Sun Aug 30 21:57:08 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6233.  
  6234.     * mouse.el: Add bindings for down-mouse-1, drag-mouse-1,
  6235.     S-mouse-3, C-mouse-1.
  6236.     Add real keybindings for scroll bar commands.
  6237.     (help-menu-map): New tree of menu-maps, on C-mouse-2.
  6238.     (mouse-buffer-menu): New function.
  6239.  
  6240. Sat Aug 29 04:25:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6241.  
  6242.     * c-mode.el (calculate-c-indent): If taking indent from prev stmt
  6243.     and it starts with an {, subtract c-brace-offset.
  6244.  
  6245. Thu Aug 27 00:22:35 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6246.  
  6247.     * add-log.el (add-log-current-defun): Recognize Emacs DEFUN properly.
  6248.  
  6249. Mon Aug 24 18:47:15 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6250.  
  6251.     * rnewspost.el (news-setup): Don't use kill-line; that puts
  6252.     trash in the kill ring; instead, use delete-region.
  6253.  
  6254.     * mouse.el (mouse-kill, mouse-set-point): Remember that
  6255.     event-point does not always return a number; it may return
  6256.     `mode-line' or `vertical-line'.
  6257.  
  6258.     * simple.el (prefix-arg-internal): Make sure that the key
  6259.     sequence is a string before comparing it against "0" and "9".
  6260.  
  6261. Mon Aug 24 18:07:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6262.  
  6263.     * etags.el (etags-recognize-tags-table): Don't print message.
  6264.  
  6265. Fri Aug 21 03:18:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6266.  
  6267.     * simple.el: Doc fixes.
  6268.  
  6269. Wed Aug 19 04:13:25 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6270.  
  6271.     * sendmail.el (mail-signature-file): Undo the previous change -
  6272.     replace this with mail-signature.  The manual has already gone to
  6273.     the printer.
  6274.     (mail-setup): Use mail-signature, rather than mail-signature-file.
  6275.     (mail-signature): Use "~/.signature", rather than
  6276.     mail-signature-file.
  6277.     (mail): Doc fix.
  6278.  
  6279. Wed Aug 19 03:03:49 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6280.  
  6281.     * rmail.el (rmail): Bind enable-local-variables, not inhibit...
  6282.  
  6283.     * sendmail.el (mail-setup): Don't use mail-signature-file
  6284.     if nonexistent.  Insert just one newline if no signature.
  6285.  
  6286. Tue Aug 18 17:18:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6287.  
  6288.     * rmail.el (rmail-next-undeleted-message): No error at eob,
  6289.     just message.  (This reverses the previous change.)
  6290.  
  6291. Mon Aug 17 14:28:46 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6292.  
  6293.     * sendmail.el (mail-signature): Variable replaced with...
  6294.     (mail-signature-file): This, since this is the way all the
  6295.     other lisp packages do it, and it's how people always say they
  6296.     want it on the mailing lists.
  6297.     (mail-setup, mail-signature): Adjusted accordingly.
  6298.     (mail): Doc fix.
  6299.  
  6300. Mon Aug 17 23:13:23 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6301.  
  6302.     * sort.el (sort-subr): No progress messages if sorting less than 50k.
  6303.  
  6304. Mon Aug 17 13:56:14 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6305.  
  6306.         * solar.el (sunrise-sunset): Get various values set properly when
  6307.         there is (or isn't) a double prefix arg.
  6308.  
  6309. Fri Aug 14 13:24:20 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6310.  
  6311.     * timer.el (run-at-time, timer-process-filter): The character
  6312.     used to separate the time from the token in input to the timer
  6313.     subprocess used to be ?\001, which is not human-readable.
  6314.     Make it ?@, which is.
  6315.  
  6316. Fri Aug 14 03:50:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6317.  
  6318.     * info.el (Info-find-node): Be more flexible about format of
  6319.     tags table.
  6320.  
  6321. Thu Aug 13 20:14:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6322.  
  6323.     * unrmail.el: New file.
  6324.  
  6325. Thu Aug 13 15:01:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6326.  
  6327.         * hideif.el (hide-ifdef-mode): Made this function autoload.
  6328.     (hide-ifdef-initially, hide-ifdef-read-only,
  6329.     hide-ifdef-lines): Make these variables autoload.
  6330.  
  6331. Wed Aug 12 14:37:41 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6332.  
  6333.     * compile.el (grep-regexp-alist): New defvar.
  6334.     (grep): Pass grep-regexp-alist to compile-internal.
  6335.  
  6336.     * etags.el (find-tag-noselect): If NEXT-P,
  6337.     (visit-tags-table-buffer 'same) first.
  6338.  
  6339.     * add-log.el: Add (provide 'add-log).
  6340.  
  6341. Wed Aug 12 02:48:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6342.  
  6343.     * add-log.el (change-log-mode): Make it autoload.
  6344.  
  6345. Wed Aug 12 01:49:56 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6346.  
  6347.     * frame.el (initial-frame-alist): Change the initial frame
  6348.     alist from ((minibuffer . nil)), which asks for no minibuffer,
  6349.     to ((minibuffer . t)), which asks for a minibuffer.
  6350.  
  6351.         * term/x-win.el: Don't call set-input-mode from here; it's
  6352.     already taken care of in x_term_init, which is called from
  6353.     Fx_open_connection.  Rah.
  6354.  
  6355. Tue Aug 11 21:35:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6356.  
  6357.     * calendar.el, diary.el, diary-insert.el, holidays.el,
  6358.     cal-french.el cal-mayan.el, solar.el, lunar.el: Installed the
  6359.     latest update of this calendar stuff from that calendar guy, Ed
  6360.     Reingold.  Entries for his changes have been inserted in this
  6361.     file, ordered by date amongst the rest of the changes.
  6362.     * diary-add.el: This has become diary-insert.el.
  6363.     * calendar.el (generate-calendar-window,
  6364.     update-calendar-mode-line, calendar-set-mode-line): Replace uses
  6365.     of screen-width with frame-width.
  6366.     * diary.el (simple-diary-entry, fancy-diary-entry): Same.
  6367.  
  6368. Tue Aug 11 03:25:08 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6369.  
  6370.     * simple.el (eval-expression): Doc fix.
  6371.  
  6372. Mon Aug 10 17:24:27 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6373.  
  6374.     * add-log.el (add-log-current-defun): Protect against "Unbalanced
  6375.     parens" error from down-list.
  6376.  
  6377. Mon Aug 10 10:19:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6378.  
  6379.     * frame.el (set-screen-width, set-screen-height): Make the
  6380.     docstring say that these are obsolete.
  6381.     (screen-width, screen-height, set-screen-width,
  6382.     set-screen-height): Apply make-obsolete to these.
  6383.  
  6384. Mon Aug 10 09:03:24 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6385.  
  6386.         * calendar.el (calendar-mode): Update mode line.
  6387.  
  6388.         * calendar.el (calendar-read-date): New function.
  6389.         (calendar-goto-date): Use it.
  6390.  
  6391.         * holidays.el (holidays): Optional prefix arg causes prompting for
  6392.         month and year.
  6393.  
  6394.         * calendar.el (calendar-interval): Fix doc string.
  6395.  
  6396.         * calendar.el (calendar): Changed use of prefix arg--now it causes
  6397.         prompting for the month and year.
  6398.         (regenerate-calendar-window): Renamed generate-calendar-window.
  6399.         Changed optional argument from an offset from the current month to
  6400.         a month, year pair.
  6401.         (redraw-calendar, calendar-current-month, scroll-calendar-left,
  6402.         calendar-other-month): Change calls from regenerate-calendar-window
  6403.         to generate-calendar-window.
  6404.  
  6405. Sat Aug  8 18:08:46 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6406.  
  6407.         * vc.el (vc-revert-buffer): Use yes-or-no-p.  Doc fix.
  6408.  
  6409.         * Reinstalled a loaddefs.el backup dated Aug 4.
  6410.         The installed copy seems to be a very old version.
  6411.  
  6412. Sat Aug  8 13:37:31 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6413.  
  6414.     * frame.el (set-screen-width, set-screen-height): Changed these
  6415.     from fset aliases to actual functions, since they aren't supposed
  6416.     to take a frame argument, while set-frame-{width,height} do.
  6417.  
  6418. Fri Aug  7 17:13:23 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6419.  
  6420.     * add-log.el (add-log-current-defun): Handle ansidecl DEFUN macros.
  6421.     (change-log-mode): Doc fix.
  6422.  
  6423.     * add-log.el (add-log-current-defun): Use an intelligent regexps
  6424.     instead of many looking-at calls.  Use memq instead of (or (eq x a)
  6425.     (eq x b)).  Stupidity reigns.
  6426.  
  6427. Fri Aug  7 04:51:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6428.  
  6429.     * frame.el (set-frame-width, set-frame-height): Functions deleted
  6430.     *again*.  Where did these come from?
  6431.  
  6432.     * bytecomp.el: Merged changes up to version 2.08 of the
  6433.     Zawinski-Furuseth compiler.  Added a comment above the declaration
  6434.     of byte-compile-version indicating this, to assist future patchers.
  6435.     (byte-compile-warnings): Doc fix.
  6436.     (byte-recompile-directory): Ignore CVS subdirectories, as well as
  6437.     RCS dirs.
  6438.     * byte-opt.el: Correctly extract the components of a compiled
  6439.     function object.
  6440.  
  6441.     * bytecomp.el (byte-compile-warnings): Have this default to t,
  6442.     since Zawinski says everyone likes the warnings about unbound
  6443.     variables.  
  6444.  
  6445.     * appt.el (appt-issue-message, appt-message-warning-time,
  6446.     appt-audible, appt-visible, appt-display-mode-line,
  6447.     appt-msg-window, appt-display-duration, appt-display-diary): Added
  6448.     ;;;###autoload cookies for these variables, since they are options
  6449.     for the user to set.
  6450.     * tex-mode.el (tex-shell-file-name, tex-directory, tex-offer-save,
  6451.     tex-run-command, latex-run-command, latex-block-names,
  6452.     slitex-run-command, tex-bibtex-command, tex-dvi-print-command,
  6453.     tex-alt-dvi-print-command, tex-dvi-view-command,
  6454.     tex-show-queue-command, tex-default-mode, tex-open-quote,
  6455.     tex-close-quote): Same.
  6456.  
  6457. Thu Aug  6 19:44:31 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6458.  
  6459.     * add-log.el (add-log-current-defun): Use eq instead of = when one
  6460.     side might be nil.
  6461.  
  6462.     * compile.el (compilation-mode-map): Change
  6463.     compilation-previous/next-file bindings to M-{ and M-}.
  6464.  
  6465. Wed Aug  5 00:41:53 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6466.  
  6467.     * cl.el (*cl-valid-named-list-accessors*, *cl-valid-nth-offsets*,
  6468.     byte-compile-named-accessors): Deleted.
  6469.     (first, second, ... tenth, rest): Define these with defsubst, to
  6470.     get the same effect.
  6471.     (byte-compile-ca*d*r): Deleted.
  6472.     (caar, cadr, ..., cddddr): Define these using defsubst.
  6473.  
  6474.     * Installed changes from Zawinski-Furuseth 2.04 to 2.07:
  6475.     * byte-run.el (dont-compile): Doc fix.
  6476.     (make-obsolete-variable): New function.
  6477.     * bytecomp.el (byte-compile-log-1): Added new optional argument,
  6478.     FILL; if it is non-nil, reformat the error message.
  6479.     (byte-compile-warn): Use that flag.
  6480.     (byte-recompile-directory): Offer to recompile subdirectories.  If
  6481.     prefix argument is zero, create .elc files for those .el files
  6482.     which lack them, without asking.
  6483.     (byte-compile-output-form, byte-compile-output-docform): Disable
  6484.     print-gensym while writing the form.
  6485.     (byte-compile-form): Warn if t or nil are called as functions.
  6486.     (byte-compile-variable-ref): Check for, and warn about, obsolete
  6487.     variable uses.
  6488.     (byte-set-marker, byte-string=, byte-string<, byte-setcar,
  6489.     byte-setcdr, byte-rem): Define these with byte-defop-compiler19,
  6490.     not plain byte-defop-compiler.
  6491.     (auto-fill-hook, blink-paren-hook, lisp-indent-hook,
  6492.     temp-buffer-show-hook, inhibit-local-variables): Declare these
  6493.     variables to be obsolete.
  6494.     * byte-opt.el (byte-optimize-apply): If the last argument to apply
  6495.     is a constant list, and we therefore decide to turn this into a
  6496.     funcall, then don't forget to quote all the elements of the
  6497.     constant list.
  6498.  
  6499.     * inf-lisp.el (inferior-lisp-filter-regexp, inferior-lisp-program,
  6500.     inferior-lisp-load-command, inferior-lisp-prompt,
  6501.     inferior-lisp-mode-hook, inferior-lisp): Added ;;;###autoload
  6502.     cookies for these.
  6503.  
  6504.     * bytecomp.el (byte-compile-warnings): When choosing the default
  6505.     value for this variable, don't forget to apply delq to a COPY of
  6506.     byte-compile-warning-types, so we don't nuke the `free-vars' flag
  6507.     altogether.
  6508.  
  6509. Tue Aug  4 21:08:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6510.  
  6511.     * rmail.el (rmail-search): Fix typo (premature ref to reversep).
  6512.     Choice of amount to increment n by was backwards.    
  6513.     (rmail-search-backwards): Setting of reversep was backwards.
  6514.  
  6515. Tue Aug  4 18:30:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6516.  
  6517.     * compile.el (compilation-next-file): Use FILE instead of "This"
  6518.     in error for moving too far.
  6519.  
  6520. Tue Aug  4 17:39:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6521.  
  6522.     * comint.el (comint-mode-map): Set to nil at load time.
  6523.  
  6524.     * lint.el: File deleted.
  6525.  
  6526. Tue Aug  4 17:28:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6527.  
  6528.     * compile.el (compilation-parse-errors): Write progress messages
  6529.     on all regexp matches, not just errors.
  6530.  
  6531. Tue Aug  4 13:08:26 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6532.  
  6533.     * view.el (view-mode): teach this how to use help-char.
  6534.  
  6535.     * info.el (Info-mode): scroll-up, scroll-down now do the right
  6536.     thing for preorder browsing when the beginning/end of the node
  6537.     is visible.  RET now goes to the next preorder node.  These
  6538.     changes make sequential reading of info subtrees easier.
  6539.  
  6540. Tue Aug  4 01:01:00 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  6541.  
  6542.     * appt.el (appt-make-list): Add ;;;###autoload cookie for this
  6543.     function.
  6544.  
  6545.     * vc-hooks.el: Removed autoloads; this task is better performed by
  6546.     the autoload cookies.
  6547.     * vc.el (vc-next-action, vc-register, vc-diff, vc-insert-headers,
  6548.     vc-directory, vc-create-snapshot, vc-retrieve-snapshot,
  6549.     vc-print-log, vc-revert-buffer, vc-cancel-version,
  6550.     vc-update-change-log): Added the ;;;###autoload cookies to these
  6551.     functions, since they get bound to keys in the global keymap.
  6552.     * loadup.el: Load vc-hooks.el.
  6553.  
  6554. Mon Aug  3 20:52:21 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6555.  
  6556.     * compile.el (compile-error-at-point): New function.
  6557.     (compilation-next-error): Use it.
  6558.     (compile-file-of-error): New function.
  6559.     (compilation-next-file, compilation-previous-file): New functions.
  6560.     (compilation-mode-map): Bind C-x [ and C-x ] to them.
  6561.  
  6562. Mon Aug  3 18:33:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6563.  
  6564.     * compile.el (next-error): Call compile-reinitialize-errors with
  6565.     3rd arg of ARGP-1, not ARGP.
  6566.     (compile-reinitialize-errors): Don't need to parse if
  6567.     compilation-parsing-end is past LIMIT-SEARCH.
  6568.     (compilation-next-error): Rewritten to use compile-reinitialize-errors
  6569.     limiting args.
  6570.     (compile-reinitialize-errors): Don't parse at all if
  6571.     compilation-parsing-end is at (point-max).
  6572.  
  6573.     * loaddefs.el (complete-tag): Define here to always error; loading
  6574.     etags will redefine it.
  6575.  
  6576.     * etags.el (complete-tag): Error if no tags table loaded.
  6577.  
  6578. Mon Aug  3 17:11:41 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6579.  
  6580.     * ebuff-menu.el, echistory.el, help.el, hexl.el: teach these packages
  6581.     to use help-char, and add the appropriate magic to doc strings.
  6582.  
  6583. Mon Aug  3 15:20:17 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6584.  
  6585.     * gud.el (gud-def): If KEY is nil, don't make a binding.
  6586.  
  6587. Mon Aug  3 14:50:40 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6588.  
  6589.         * diary.el (print-diary-entries): Rewrote to work for either
  6590.         simple or fancy diary display.
  6591.         (add-diary-heading): Deleted--incorporated into print-diary-entries.
  6592.         * calendar.el (print-diary-entries-hook): Change default value.
  6593.  
  6594. Mon Aug  3 12:41:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6595.  
  6596.     * add-log.el (change-log-mode): Doc fix.
  6597.  
  6598.     * map-ynp.el (map-y-or-n-p): Use key-description for USER-KEYS.
  6599.  
  6600. Mon Aug  3 05:19:24 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6601.  
  6602.     * simple.el (current-kill): Reinstate interprogram-paste feature.
  6603.     It doesn't seem to be wedged for me, and I can't find out how it is 
  6604.     wedged unless it's enabled.
  6605.  
  6606.     * terminal.el (terminal-map, terminal-escape-map,
  6607.     terminal-more-break-map): Apply fillarray to the cadr of the map,
  6608.     not to the map itself; dense keymaps are no longer vectors.
  6609.     * ehelp.el (electric-help-map): Same here.
  6610.  
  6611.     * bytecomp.el (byte-compile-file): Don't catch errors here.
  6612.     (displaying-byte-compile-warnings): Catch them here.  This way,
  6613.     errors get caught no matter which compilation entry point we use;
  6614.     anyplace that can report warnings, also catches errors.
  6615.  
  6616.     * sun-cursors.el: Require 'cl, for the sake of the push macro.
  6617.     (sc::pic-ins-at-mouse): Call move-to-column with the FORCE
  6618.     argument true, instead of calling an unknown function named
  6619.     `move-to-column-force'.
  6620.  
  6621.     * medit.el (medit-zap-define-to-mdl): Fix interactive spec.
  6622.     (medit-zap-define-to-mdl): Change `medit-save-defun' to
  6623.     `medit-save-define'.
  6624.     (medit-save-region, medit-save-buffer, medit-zap-define-to-mdl):
  6625.     Changed `medit-go-to-mdl' to `medit-goto-mdl'.  Did anyone ever
  6626.     try this code?
  6627.  
  6628. Sun Aug  2 00:39:59 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6629.  
  6630.     * comint.el: Fix message syntax.
  6631.     (comint-previous-similar-input): Use error, not message.
  6632.  
  6633.     * files.el (save-some-buffers): Use C-r, not v, to look at a buffer.
  6634.     Use view-buffer and a recursive edit to do it.
  6635.  
  6636.     * view.el: Delete key bindings for C-x v and C-x 4 v.
  6637.     (View-scroll-lines-forward, view-helpful-message):
  6638.     Use view-exit, not exit-recursive-edit.
  6639.  
  6640.     * map-ynp.el: Fix prompt.
  6641.  
  6642.     * dired.el (dired-why): Don't use save-excursion.
  6643.     (dired-change-marks): New command.    
  6644.     (dired-mode-map): Put dired-change-marks on c.
  6645.     Put dired-do-kill-lines on k.
  6646.  
  6647.     * dired-aux.el: Require dired.el for compilation.
  6648.     (dired-bunch-files): Was duplicating PENDING in apply calls.  Fixed.
  6649.     (dired-do-shell-command, dired-run-shell-command):
  6650.     Delete arg IN-BACKGROUND; rely on including & at end of command.
  6651.     (dired-run-shell-command): Return nil.
  6652.     (dired-do-shell-command): Accept COMMAND as arg; use minibuf
  6653.     within `interactive'.
  6654.     (dired-create-files, dired-handle-overwrite): 
  6655.     Rename overwrite-confirmed to dired-overwrite-confirmed.
  6656.     (dired-do-kill-lines): Handle prefix arg as number of lines to kill.
  6657.     (dired-kill-line-or-subdir): Deleted. 
  6658.  
  6659. Sat Aug  1 22:35:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6660.  
  6661.     * mailabbrev.el [from jwz] (mail-interactive-insert-alias): Do
  6662.     mail-aliases-setup if necessary before completing for interactive.
  6663.     (build-mail-aliases): Changed parsing regexp.
  6664.  
  6665.     * compile.el (compilation-parse-errors): Take 2nd arg FIND-AT-LEAST.
  6666.     If non-nil, stop after parsing that many new errors.
  6667.     (compilation-parse-errors-function): Document 2nd arg.
  6668.     (compile-reinitialize-errors): Take optional 3rd arg; pass to parser.
  6669.     (next-error): Pass repeat count to compile-reinitialize-errors.
  6670.     * diff.el (diff-parse-differences): Take same new arg.
  6671.  
  6672.     * reposition.el (C-l): Fix typo.
  6673.  
  6674. Sat Aug  1 15:00:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6675.  
  6676.     * comint.el: ring-* functions deleted--get them from ring.el.
  6677.  
  6678.     * ring.el (ring-mod): Renamed from comint-mod.
  6679.     Provide `ring', not history'.
  6680.     (make-ring, ring-p): Add autoloads.    
  6681.     * history.el: Link deleted.
  6682.  
  6683.     * c-mode.el (c-up-conditional): New function.
  6684.  
  6685.     * add-log.el (add-log-current-defun): In C and Lisp, verify the defun
  6686.     really starts at or before the original point.
  6687.  
  6688. Sat Aug  1 10:41:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6689.  
  6690.     * mailalias.el: Provide 'mailalias.
  6691.     * mailpost.el: Require 'mailalias and 'sendmail, since we use
  6692.     expand-mail-aliases and mail-do-fcc.
  6693.  
  6694.     * mail-extr.el (mail-extract-address-components, variant-method):
  6695.     Use buffer-disable-undo instead of buffer-flush-undo; the latter
  6696.     is obsolete.
  6697.  
  6698.     * lpr.el (print-region-new-buffer): Added arguments START and END;
  6699.     this used to use dynamic scope, but it makes things less readable.
  6700.     (print-region-1): Always call this with two arguments, not
  6701.     sometimes two and sometimes none.
  6702.  
  6703.     * lint.el: Require 'compile.
  6704.     (compilation-convert-lint): Call set-buffer with only one argument.
  6705.  
  6706.     * life.el: Move the definitions of the macros out of the require
  6707.     clause; the new compiler seems to handle the macros correctly.
  6708.     (life): Add an autoload cookie for this.
  6709.     (life-display-generation): If the sit-for returns before the
  6710.     timeout has elapsed, exit the life loop.
  6711.  
  6712.     * ledit.el (ledit-setup): Use shared-lisp-mode-map, instead of
  6713.     lisp-mode-commands.
  6714.  
  6715.     * kermit.el (kermit-send-input-cr): comint-send-input doesn't
  6716.     accept any arguments.  Instead of applying comint-send-input to
  6717.     "\r", call comint-send-input on no arguments, and then use
  6718.     comint-send-string to send the carriage return.
  6719.     (kermit-clean-filter): Call re-search-backward, not
  6720.     re-search-backware.
  6721.     (kermit-clean-on): Remove extra quote from doc string.
  6722.  
  6723.     * informat.el (batch-info-validate): Don't pass any arguments to
  6724.     Info-tagify; it doesn't want any.
  6725.  
  6726.     * hideif.el (hif-endif-to-ifdef): Fix munged comment which was
  6727.     interfering with parsing.
  6728.  
  6729.     * hexl.el (hexl-next-line): Fixed up malformed let binding.
  6730.  
  6731.     * bytecomp.el (byte-compile-file): Catch errors that occur during
  6732.     compilation, and record them in the compilation log.  This allows
  6733.     us to find the name of the guilty file when we get a "invalid read
  6734.     syntax" error or some such.
  6735.  
  6736.     * gud.el: Require `etags', not `tags'.
  6737.     (sdb): Move interactive spec to top of function, just under doc string.
  6738.     (gud-read-address, send-gud-command): Use the point and point-max
  6739.     function instead of dot and dot-max; the latter two are obsolete.
  6740.  
  6741.     * gnus.el (gnus-Group-mode, gnus-Subject-mode,
  6742.     gnus-Subject-rmail-digest, gnus-Article-mode,
  6743.     gnus-output-to-rmail, gnus-output-to-file): Use
  6744.     buffer-disable-undo, instead of buffer-flush-undo; the latter is
  6745.     an obsolete name.
  6746.  
  6747.     * simple.el: Bind the `next' and `prior' function keys to
  6748.     next-history-element and previous-history-element in the
  6749.     minibuffer maps.  Clean up binding code.
  6750.  
  6751.     * two-column.el: Doc fixes.
  6752.  
  6753.     * loaddefs.el (function-keymap): Definition deleted; this has been
  6754.     superceded by function-key-map.
  6755.  
  6756.     * gomoku.el (gomoku-mode-map): Use function key symbols, instead
  6757.     of the keypad.el facilities.
  6758.  
  6759.     * edt.el: Converted to use the new function key events instead of
  6760.     keypad.el.  Don't require keypad.  Change global key bindings.
  6761.     (advance-direction, backup-direction): Bind the function key
  6762.     symbols directly in the global map, not in function-keymap.
  6763.     (edt-emulation-on): Doc fix.  This function will now work when
  6764.     called simply from .emacs; it doesn't need to be run after the
  6765.     terminal-dependent file has been loaded.
  6766.  
  6767.     * cl.el (byte-compile-named-list-accessors, byte-compile-ca*d*r):
  6768.     Changed these to work correctly with the Zawinski-Furuseth byte
  6769.     compiler.
  6770.  
  6771. Fri Jul 31 13:01:45 1992  Robert J. Chassell  (bob@churchy.gnu.ai.mit.edu)
  6772.  
  6773.     * loaddefs.el: New keybinding, `C-x r y', for `yank-rectangle'. 
  6774.  
  6775. Fri Jul 31 10:17:35 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6776.  
  6777.         * calendar.el (calendar-string-spread): New function.
  6778.         (calendar-mode-line-format): Redefine it.
  6779.         (calendar-set-mode-line): Rewrite using new function.
  6780.         (update-calendar-mode-line): Rewrite using new function.
  6781.  
  6782. Fri Jul 31 00:04:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6783.  
  6784.     * startup.el (command-line-1): Mention info in startup message.
  6785.  
  6786. Thu Jul 30 22:27:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6787.  
  6788.     * byte-opt.el (byte-optimize-plus): Don't entirely eliminate the call.
  6789.     (byte-optimize-minus): Likewise.
  6790.     (byte-optimize-multiply,(byte-optimize-divide): Likewise.
  6791.  
  6792. Thu Jul 30 17:08:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  6793.  
  6794.     * compile.el (compile-goto-error): Set compilation-error-list to
  6795.     the one we want, not the one before it.
  6796.     (next-error): Use the ARGP-1th, not ARGPth cdr of
  6797.     compilation-error-list.
  6798.  
  6799. Thu Jul 30 15:23:02 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  6800.  
  6801.     * bytecomp.el (byte-compile-warnings): By default, do not display
  6802.     warnings about references free variables.
  6803.  
  6804. Thu Jul 30 00:30:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6805.  
  6806.     * sendmail.el (mail): Get rid of the multiple mail buffer feature.
  6807.  
  6808. Wed Jul 29 16:04:40 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6809.  
  6810.         * calendar.el (general-holidays, hebrew-holidays, local-holidays,
  6811.         christian-holidays, islamic-holidays, solar-holidays, other-holidays):
  6812.         New variables.
  6813.         (calendar-holidays): Use them to define the default value.
  6814.  
  6815.  
  6816. Wed Jul 29 00:56:29 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6817.  
  6818.     * comint.el (comint-mode-map): comint-previous-similar-input now M-r.
  6819.     (comint-previous-similar-input):
  6820.     Initialize comint-input-ring-index if nil.    
  6821.     (comint-previous-input-matching): Report ordinary error if fail.
  6822.     Initialize comint-input-ring-index if nil.    
  6823.     (comint-next-similar-input): New command, on M-s.
  6824.     (comint-previous-input): Always delete what was already given
  6825.     for the next input.  Initialize comint-input-ring-index if nil.
  6826.     (comint-send-input): Set comint-input-ring-index to nil.
  6827.  
  6828.     * field.el, cmushell.el: Files deleted.
  6829.  
  6830.     * co-isearch.el: File deleted; comint should have M-r and M-s
  6831.     like the minibuffer, instead.
  6832.  
  6833. Wed Jul 29 00:18:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6834.  
  6835.     * diff.el: Everything but diff and diff-backup removed.
  6836.     (diff-regexp-alist): New defvar.
  6837.     (diff-parse-differences): New defun.
  6838.     (diff): Use compile-internal.
  6839.     Take optional arg SWITCHES; interactively, prompt if prefix arg.
  6840.     (diff-backup): Take same new arg.
  6841.     Make this autoload.
  6842.  
  6843.     * compile.el (compilation-parse-errors): No message when we stop
  6844.     at LIMIT-SEARCH.
  6845.     (compile-reinitialize-errors): Don't short-circuit if passed
  6846.     a non-nil LIMIT-SEARCH.
  6847.     (compilation-next-error): New; bound to M-n.
  6848.     (compilation-previous-error): New; bound to M-p.
  6849.  
  6850. Tue Jul 28 22:54:02 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6851.  
  6852.     * compile.el (compilation-mode-map): Bind SPC, DEL, M-n, M-p.
  6853.  
  6854. Tue Jul 28 22:15:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6855.  
  6856.     * texinfo.el (texinfo-mode-map): Move M-} and M-{ to C-c prefix.
  6857.  
  6858.     * simple.el (delete-indentation): Delete fill prefix from after join.
  6859.  
  6860. Tue Jul 28 18:12:28 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6861.  
  6862.     * map-ynp.el (map-y-or-n-p-help): Remove.
  6863.     (map-y-or-n-p): Take new arg ACTION-ALIST.
  6864.     Compute help string fully instead of using map-y-or-n-p-help.
  6865.     * files.el (save-some-buffers): Pass new arg to map-y-or-n-p, so
  6866.     `v' displays the buffer.  Change save-excursion to
  6867.     save-window-excursion; it was only there to restore the current
  6868.     buffer, and now display-buffer might change windows.
  6869.  
  6870.     * compile.el (compilation-parse-errors): Fix M-t-o on `found-desired'.
  6871.     (compilation-error-list): Doc fix.
  6872.     (compile-internal): Document to return the buffer.
  6873.     (next-error): Simplify code to set NEXT-ERRORS from
  6874.     compilation-error-list and ARGP.
  6875.     (compile-goto-error): Rewrote searching so it finds the error that
  6876.     point is in or after; the error need not start at bol.
  6877.     Restore current buffer after calling other-window.
  6878.  
  6879. Tue Jul 28 11:48:12 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6880.  
  6881.         * holidays.el (calendar-holiday-function-sexp):
  6882.         New function.
  6883.         *calendar.el (calendar-holidays): Describe it and use it for daylight
  6884.         savings.
  6885.  
  6886.         * calendar.el, cal-mayan.el, cal-french.el: Change names of all
  6887.         calendar-goto-next- or calendar-goto-previous- commands to
  6888.         eliminate the word "goto".
  6889.  
  6890.         Change names of all cursor-to-***-calendar-date commands to
  6891.         calendar-print-***-date.
  6892.  
  6893.         * diary.el (sort-diary-entries): New function.
  6894.  
  6895. Tue Jul 28 01:24:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6896.  
  6897.     * files.el (backup-extract-version): Copied from Emacs 18.
  6898.     (find-backup-file-name): Use that.
  6899.  
  6900.     * dired-aux.el (dired-clean-directory): Moved here.
  6901.     (dired-map-dired-file-lines, dired-collect-file-versions): 
  6902.     (dired-trample-file-versions): Likewise.
  6903.     * dired.el: Moved from here.
  6904.     (dired-clean-directory): Auto load added.
  6905.  
  6906.     * add-log.el (add-change-log-entry): Chase symlinks.
  6907.  
  6908. Mon Jul 27 16:24:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6909.  
  6910.     * gud.el (gdb, dbx, sdb): Change C-c LETTER commands to C-c C-LETTER.
  6911.  
  6912.     * add-log.el (add-log-current-defun): Handle C macros.
  6913.     Handle the DEFUN macro used in Emacs C sources.    
  6914.  
  6915. Mon Jul 27 13:27:44 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6916.  
  6917.     * compile.el (compilation-parse-errors): Take arg LIMIT-SEARCH;
  6918.     if non-nil stop parsing when we pass that location.
  6919.     (compilation-parse-errors-function): Document arg.
  6920.     (compile-reinitialize-errors): Take optional 2nd arg; pass to parser.
  6921.     (compile-goto-error): Pass (point) to compile-reinitialize-errors.
  6922.  
  6923.     * compile.el (compile-goto-error): Doc fix.
  6924.  
  6925.     * etags.el (find-tag): Fixed prompt.
  6926.     (tag-exact-match-p): Rewritten (again).
  6927.  
  6928.     * startup.el (command-line): Load site-start here.
  6929.     (normal-top-level): Not here.
  6930.  
  6931.     * etags.el: Remove M-? binding; move M-TAB binding to after defun.
  6932.  
  6933. Mon Jul 27 03:59:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6934.  
  6935.     * completion.el: Moved to external-lisp.
  6936.  
  6937.     * diff.el (diff-rcs, diff-sccs): Deleted.
  6938.  
  6939. Mon Jul 27 02:53:31 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  6940.  
  6941.     * tar-mode.el (tar-subfile-save-buffer): whoever changed
  6942.     current-time forgot to check for breakage.  Added code to print
  6943.     the seconds parts of a (current-time) value as 11 octal digits
  6944.     (yes, this is nontrivial).
  6945.  
  6946. Sun Jul 26 22:37:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6947.  
  6948.     * simple.el (next-history-element): Fix error messages.
  6949.     (previous-matching-history-element): Likewise.
  6950.  
  6951.     * help.el (describe-function): Don't give the file name
  6952.     in the case of an autoloaded function.
  6953.  
  6954.     * lisp-mode.el (emacs-lisp-mode-map, lisp-interaction-mode-map):
  6955.     Add M-TAB as lisp-complete-symbol.
  6956.     * loaddefs.el: Delete binding of M-TAB.
  6957.     * etags.el: Add binding of M-TAB.    
  6958.  
  6959. Sun Jul 26 22:14:02 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  6960.  
  6961.     * etags.el (tags-exact-match-p): Rewritten.
  6962.     (tags-with-syntax): New macro.
  6963.  
  6964. Sun Jul 26 19:20:33 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  6965.  
  6966.         * calendar.el (calendar-cursor-to-date): Change `current-day' to
  6967.         `starred-day'.
  6968.         (calendar-star-date): Create and set buffer local var `starred-day'.
  6969.         (calendar-mode): Don't create buffer local vars current-month,
  6970.         current-day, current-year.
  6971.         (regenerate-calendar-window, calendar-current-date): Don't set
  6972.         buffer local vars current-month, current-day, current-year.
  6973.         (calendar, redraw-calendar, scroll-calendar-left,
  6974.         calendar-other-month, calendar-goto-date, calendar-goto-hebrew-date,
  6975.         calendar-goto-julian-date, calendar-goto-islamic-date,
  6976.         calendar-goto-iso-date): Use `calendar-current-date' instead of
  6977.         buffer local vars current-month, current-day, current-year.
  6978.  
  6979. Sun Jul 26 15:26:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  6980.  
  6981.     * diff.el (diff-backup): New function.
  6982.     (diff-last-backup-file): Renamed from dired-last-backup-file.    
  6983.     * dired-aux.el (dired-backup-diff): Use diff-backup.
  6984.     (dired-last-backup-file): Moved and renamed.
  6985.     * dired.el, dired-aux.el (dired-diff, dired-backup-diff): Doc fixes.
  6986.  
  6987.     * help.el (command-apropos): Fix call to apropos for new arg.
  6988.     
  6989.     * finder.el (finder-by-keyword): Rewrite to read args in `interactive'
  6990.     and use with-output-to-temp-buffer.
  6991.  
  6992.     * startup.el (normal-top-level): Load site-start if it exists.
  6993.  
  6994.     * add-log.el (add-log-current-defun): In C, when moving back over arg
  6995.     decls, stop at beg of buffer.
  6996.     (add-change-log-entry): Likewise for blank lines at end of buffer.
  6997.  
  6998.     * picture.el (picture-mode-old-major-mode): Declared.
  6999.     (picture-mode-old-mode-name, picture-mode-old-local-map): Likewise.
  7000.     (picture-mode-map): Don't use aset directly; use define-key.
  7001.  
  7002.     * saveconf.el: File deleted.
  7003.  
  7004.     * rmail.el (rmail-search): Accept repeat count.
  7005.     (rmail-search-backwards): New command, on M-r.
  7006.  
  7007.     * simple.el (previous-matching-history-element): New command.  On M-r.
  7008.     (next-matching-history-element): New command.  On M-s.
  7009.  
  7010. Fri Jul 24 00:16:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7011.  
  7012.     * c-mode.el (c-beginning-of-statement): If in string or comment,
  7013.     move by sentences.
  7014.  
  7015.     * compile.el (compile-history): New variable.
  7016.     (compile): Specify history list copile-history, with
  7017.     compile-command as initial contents.
  7018.     (grep): Specify constant "grep -n" as initial input,
  7019.     and history list grep-history.
  7020.     (grep-command): Variable deleted.
  7021.  
  7022.     * replace.el (query-replace-read-args): New function.
  7023.     It reads two args using query-replace-history.    
  7024.     (query-replace, query-replace-regexp, replace-string):
  7025.     (replace-regexp): Use query-replace-read-args.
  7026.     (map-query-replace-regexp): Read args using query-replace-history.
  7027.     (perform-replace): Add local binding for `char'.
  7028.  
  7029.     * dired.el: Don't check for version 18.
  7030.     (dired-file-version-alist): New defvar.
  7031.     Use this instead of file-version-assoc-list.    
  7032.     (dired-shrink-to-fit): Default is always t.
  7033.     (dired-internal-do-deletions): remove-directory => delete-directory.
  7034.  
  7035.     * abbrev.el (define-abbrevs): Bind name, hook, exp, count.
  7036.  
  7037.     * replace.el (perform-replace): Fix typo: match-after => match-again.
  7038.     (map-query-replace-regexp): Delete duplicate definition.
  7039.  
  7040.     * subr.el (defun-inline): Commented out.
  7041.  
  7042.     * comint.el (comint-input-ring*): Renamed from input-ring*.
  7043.     (ring-remove, ring-rotate): use setcar, not set-car.
  7044.     * co-isearch.el: input-ring* renamed to comint-input-ring*.
  7045.  
  7046.     * tex-mode.el: Don't require comint.
  7047.     * comint.el (make-comint): Make this autoload.
  7048.  
  7049.     * case-table.el (describe-buffer-case-table): Move the describe-vector
  7050.     inside the let.
  7051.         
  7052.     * c++-mode.el (indent-c++-exp): Fix typo "innerloop-done".
  7053.     Make last-depth local.
  7054.  
  7055. Thu Jul 23 22:53:46 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7056.  
  7057.     * flow-ctrl.el: fixed set-input-mode call broken by new third
  7058.       arg for meta control.  
  7059.  
  7060. Thu Jul 23 15:31:04 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7061.  
  7062.         * calendar.el (cursor-to-islamic-calendar-date,
  7063.         cursor-to-hebrew-calendar-date): Add phrase "until sunset" to message.
  7064.  
  7065.         * calendar.el (calendar-goto-astro-day-number,
  7066.         calendar-print-astro-day-number): New functions.
  7067.         (calendar-mode): Put them on keys and describe them.
  7068.         * diary.el (diary-astro-day-number): New function.
  7069.  
  7070.         * diary.el (diary-julian-date): New function.
  7071.  
  7072. Thu Jul 23 13:17:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7073.     
  7074.     * simple.el (current-kill): Ignore the interprogram paste feature;
  7075.     it is wedged.
  7076.     
  7077.     * paths.el (mh-lib, mh-prog): Add more alternatives.
  7078.  
  7079. Wed Jul 22 18:53:04 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7080.     
  7081.     * emerge.el (emerge-startup-hook, emerge-quit-hook):
  7082.     Renamed from ...-hooks.
  7083.         
  7084.     * dired.el (dired-display-file): New command, on C-o.    
  7085.         
  7086.     * files.el (ctl-x-4-map): display-buffer is now C-x 4 C-o.
  7087.     
  7088. Wed Jul 22 17:16:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7089.  
  7090.     * etags.el (visit-tags-table-buffer): Look for a tags table
  7091.     containing buffer-file-name's tags.
  7092.  
  7093. Wed Jul 22 17:04:14 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7094.  
  7095.     * etags.el (last-tag): New defvar.
  7096.     (find-tag-noselect): Set and use it.
  7097.  
  7098. Wed Jul 22 16:54:20 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7099.  
  7100.     * edebug.el, gnus.el, gnusmail.el, gnusmisc.el, gnuspost.el,
  7101.     hideif.el, isearch-mode.el, mh-e.el, mhspool.el, netunam.el,
  7102.     nnspool.el, nntp.el, scheme.el, xscheme.el: Removed RCS "$Header"
  7103.     and "$Log" files; K. Richard Pixley <rich@cygnus.com> says they
  7104.     cause trouble with patches.
  7105.  
  7106. Wed Jul 22 16:44:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7107.  
  7108.     * etags.el (find-tag-noselect): Properly return
  7109.     find-tag-in-order's value.
  7110.  
  7111. Wed Jul 22 12:55:43 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7112.  
  7113.     * bytecomp.el: Removed relative jump instructions.
  7114.     (byte-rel-goto-ops): Variable deleted.
  7115.     (byte-compile-lapcode): Code to recognize potential relative jumps
  7116.     and patch the PC into relative jumps removed.
  7117.     * byte-opt.el (disassemble-offset, byte-decompile-bytecode-1):
  7118.     Support for relative jumps removed.
  7119.  
  7120. Wed Jul 22 00:23:27 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7121.  
  7122.     * Removed all Last-Modified headers.
  7123.  
  7124. Tue Jul 21 23:14:54 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7125.     
  7126.     * files.el (trim-versions-without-asking): Non-nil, non-t value
  7127.     suppresses all trimming of excess backups.  This is so we can make
  7128.     the @!%$@ question at save time go away....
  7129.     
  7130. Tue Jul 21 21:15:37 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7131.  
  7132.     * simple.el (kill-ring-save): Display only if interactive-p.
  7133.  
  7134.     * c-mode.el (c-backslash-region): New command.
  7135.     (c-append-backslash, c-delete-backslash): New functions.
  7136.     * c++-mode.el (c++-macroize-region, backslashify-current-line):
  7137.     Deleted.
  7138.     (c++-comment-region, c++-uncomment-region): Deleted.
  7139.     comment-region works just fine.    
  7140.     (c++-beginning-of-defun, c++-end-defun, c++-indent-defun): Deleted.
  7141.     (c++-point-bol): Renamed from point-bol.
  7142.     (c++-within-string-p): Renamed from within-string-p.
  7143.     (c++-count-char-in-string): Renamed from count-char-in-string.
  7144.     (fill-c++-comment): Renamed from fill-C-comment.
  7145.     (c++-insert-header): Deleted.
  7146.  
  7147. Tue Jul 21 19:29:21 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7148.  
  7149.     * inf-lisp.el: When creating inferior-lisp-mode-map, use
  7150.     shared-lisp-mode-map, instead of calling the function
  7151.     lisp-mode-commands; that doesn't exist any more.
  7152.     (inferior-lisp-args-to-list): Recurse, rather than
  7153.     calling tea-args-to-list, which doesn't exist.
  7154.     (inferior-lisp-mode): Always call lisp-mode-variables with one
  7155.     argument; there's no longer any need to adapt to different
  7156.     versions of Emacs.
  7157.  
  7158. Tue Jul 21 14:22:35 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7159.  
  7160.         * calendar.el (calendar-set-mode-line): New function.
  7161.         (list-yahrzeit-dates): Use it for mode line.
  7162.         * diary.el (simple-diary-display, fancy-diary-display): Use it for
  7163.         mode line.
  7164.         * diary.el (show-all-diary-entries): Use default mode line.
  7165.         * lunar.el (calendar-phases-of-moon): Use it for mode line.
  7166.         * holiday.el (list-calendar-holidays, calendar-cursor-holidays):
  7167.         Use it for mode line.
  7168.  
  7169. Tue Jul 21 13:57:56 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7170.  
  7171.     * dired.el (dired-remember-hidden): Fix typo in `following-char'.
  7172.  
  7173.     * add-log.el (add-change-log-entry): Avoid spurious whitespace
  7174.     when making new entry.  Delete excess blank lines.
  7175.     Really don't use "ChangeLog" as the file name in the entry.    
  7176.     Always put a space after the colon.    
  7177.     (add-log-current-defun): Verify the defun actually contains point.
  7178.     Handle the lines of a C function before the open brace.
  7179.  
  7180.     * rmail.el (rmail-undelete-previous-message): Don't catch errors.
  7181.     
  7182.     * simple.el (end-of-buffer): If buffer end is on screen, don't scroll.
  7183.         
  7184.     * c-mode.el (set-c-style): Deleted the first version of this function.
  7185.     It was badly written.
  7186.     Modified the remaining version by adding new argument GLOBAL
  7187.     and setting the parameters locally if GLOBAL is nil.
  7188.     
  7189. Tue Jul 21 03:38:22 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7190.  
  7191.     * Turfed r2bibtex.el.  Refbib.el turns out to be a newer version
  7192.     of the same package.
  7193.  
  7194.     * Installed co-isearch.el, new gud.el (1.19)
  7195.  
  7196. Tue Jul 21 00:02:03 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7197.     
  7198.     * frame.el (get-frame): Renamed to get-other-frame; get-frame
  7199.     sounds like a parallel to get-buffer or get-process.
  7200.  
  7201.     * c-mode.el (set-c-style): Remove the extraneous copy of this
  7202.     function.
  7203.         
  7204.     * c++-mode.el (within-string-p): Use `%', not `mod', as the name
  7205.     of the modulus function.
  7206.         
  7207.     * frame.el (frame-height, frame-width): Fixed several confusions
  7208.     here.
  7209.  
  7210.     * blackbox.el: When building blackbox-mode-map, locally rebind all
  7211.     keys to which the movement commands are bound to blackbox's
  7212.     movement functions.  Define the insert and kp-enter keys.
  7213.  
  7214. Mon Jul 20 23:02:48 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7215.     
  7216.     * blackbox.el (blackbox): Doc fix.    
  7217.     (bb-outside-box): For some reason, this function was replaced by
  7218.     the comment ";; blackbox.el ends here"
  7219.     
  7220.     * dired.el (dired): Doc fix.    
  7221.     
  7222. Mon Jul 20 22:48:55 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7223.     
  7224.     * sendmail.el (mail-send-and-exit): Just switch windows
  7225.     if the next window is in Rmail mode.
  7226.     
  7227. Mon Jul 20 18:30:25 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7228.  
  7229.     * simple.el (set-variable): If VAR has a `variable-interactive'
  7230.     property, use it as an interactive spec to prompt for VAL.
  7231.     * etags.el (tags-file-name): Give it a variable-interactive property.
  7232.  
  7233.     * etags.el (tags-table-format-hooks): Remove ctags-recognize-tags-table
  7234.     * ctags.el: Removed.
  7235.     (visit-tags-table): Don't call abbreviate-file-name.
  7236.     (visit-tags-file): If find-file-noselect changed the file name,
  7237.     propagate the change to tags-file-name and tags-table-list.
  7238.  
  7239.     * startup.el (command-line): Fixed typo in comment.
  7240.  
  7241. Mon Jul 20 14:57:27 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7242.     
  7243.     * bytecomp.el (byte-compile-warnings): Include the full
  7244.     documentation given in the comments at the top of the file in this
  7245.     variable's docstring.
  7246.     
  7247. Sun Jul 19 01:05:22 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7248.     
  7249.     * dired.el (dired-mark): Use prefix-numeric-value.
  7250.         
  7251.     * simple.el (kill-ring-save): Say "saved", not "killed", in messages.
  7252.     Let message do the formatting.
  7253.             
  7254.     * fill.el (fill-individual-paragraphs): If MAILP, skip indented headers
  7255.     and blank lines.
  7256.         
  7257.     * register.el (window-configuration-to-register): New function.    
  7258.     (frame-configuration-to-register): New function.
  7259.     * loaddefs.el: Put them on C-x r w, C-x r f.
  7260.     * window.el (window-config-to-register, register-to-window-config):
  7261.     Deleted, along with keybindings C-x 6 and C-x 7.
  7262.     
  7263. Sun Jul 19 00:24:35 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7264.  
  7265.         * cal-mayan.el: New file.  The only functions visible to the
  7266.         outside world are calendar-goto-mayan-date,
  7267.         calendar-next-haab-date, calendar-previous-haab-date,
  7268.         calendar-next-tzolkin-date, calendar-previous-tzolkin-date,
  7269.         calendar-next-calendar-round-date,
  7270.         calendar-previous-calendar-round-date,
  7271.         diary-mayan-date, and cursor-to-mayan-calendar-date.
  7272.         * diary.el: Autoload diary-mayan-date.
  7273.         * calendar.el: Autoload the 7 "goto" functions.
  7274.         (calendar-mode-map): Put them on keys.
  7275.         (calendar-mode): Describe them.
  7276.  
  7277.         * cal-french.el (french-calendar-month-name-array): Add accents to
  7278.         month names.
  7279.         (cursor-to-french-calendar-date): Add accents.
  7280.  
  7281.         * cal-french.el (calendar-goto-french-date): New function.
  7282.         * calendar.el: Autoload it.
  7283.         (calendar-mode-map): Put it on a key.
  7284.         (calendar-mode): Describe it.
  7285.  
  7286.         * cal-french.el (diary-french-date): Moved from diary.el and fixed
  7287.         accent.
  7288.         * diary.el: Move dairy-french-date to cal-french.el and autoload it.
  7289.  
  7290.         * diary-insert.el: Move all diary inserting commands from diary.el
  7291.         * diary.el: Move all diary inserting commands to diary-insert.el
  7292.         * calendar.el: Change autoloads for all diary inserting commands
  7293.         from diary.el to diary-insert.el.
  7294.  
  7295.         * calendar.el: Put ";;;###autoload" before calendar function and
  7296.         before list-yahrzeit-dates function.
  7297.         * holiday.el: Put ";;;###autoload" before holiday function.
  7298.         * diary.el: Put ";;;###autoload" before diary function.
  7299.  
  7300.         * cal-french.el: New file. All French Revolutionary calendar
  7301.         code from calendar.el has been moved here.
  7302.  
  7303.         * calendar.el: All French Revolutionary calendar code moved to a
  7304.         new file, cal-french.el.  Autoload cursor-to-french-calendar-date.
  7305.  
  7306.         * diary.el (list-sexp-diary-entries): Add mention of
  7307.         diary-sunrise-sunset, diary-lunar-phase, and diary-sabbath-candles
  7308.         to doc string.
  7309.  
  7310.         * calendar.el (list-yahrzeit-dates): Prompt for date of death if
  7311.         not called from the calendar window.  This function should now be
  7312.         known to the outside world.
  7313.  
  7314.         * calendar.el (diary-file): Add mention of diary-sunrise-sunset,
  7315.         diary-lunar-phase, and diary-sabbath-candles to doc string.
  7316.  
  7317. Sat Jul 18 20:13:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7318.     
  7319.     * bytecomp.el (compile-defun): Use displaying-byte-compile-warnings.
  7320.     (byte-compile-warn): Don't display the warning now, just log it.
  7321.  
  7322.     * files.el (auto-mode-alist): Recognize .texi.
  7323.         
  7324.     * rmail.el (rmail-delete-forward): Removed the feature
  7325.     of moving back if there's nowhere to go forward.    
  7326.     
  7327. Fri Jul 17 17:32:29 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7328.  
  7329.     * etags.el (visit-tags-table-buffer): Call abbreviate-file-name on
  7330.     the argument before setting tags-file-name.
  7331.  
  7332.     * files.el (automount-dir-prefix): New variable.
  7333.     (abbreviate-file-name): Remove the automount prefix here, rather
  7334.     than in find-file-noselect.  Use automount-dir-prefix.
  7335.     (find-file-noselect): Don't remove the automount prefix here; let
  7336.     abbreviate-file-name take care of it.
  7337.  
  7338. Fri Jul 17 16:24:26 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7339.  
  7340.     * Keywords added for [n-z]*.el.  Finder now under construction.
  7341.  
  7342. Fri Jul 17 16:09:55 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7343.  
  7344.     * rmail.el (rmail-insert-inbox-text): Generate an alternate name
  7345.     to use for tofile by appending a `+' to file, not a `~'; files
  7346.     ending with the latter may be deleted accidentally when space is
  7347.     low.
  7348.  
  7349. Fri Jul 17 03:11:10 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7350.  
  7351.     * Keywords added for [a-m]*.el.  The keyword categories will
  7352.     probably need some tuning, but at least this will suffice
  7353.     for testing the finder code.
  7354.  
  7355.     * makefile.el, two-column.el, sgml-mode.el, resume.el,
  7356.     mail-extr.el: Installed.
  7357.  
  7358. Thu Jul 16 17:49:20 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7359.  
  7360.     * Changed all copying notices to GPL version 2.
  7361.  
  7362. Thu Jul 16 17:34:28 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7363.  
  7364.     * Finished decorating the library files with new standard headers.
  7365.  
  7366. Thu Jul 16 16:13:25 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7367.     
  7368.     * disass.el: Require `byte-compile', not 'bytecomp'.
  7369.         
  7370.     * bytecomp.el (byte-compile-file): Correct parens in interactive
  7371.     form so that it returns a list containing the filename and the
  7372.     prefix argument, not just the prefix argument by itself.
  7373.  
  7374.     * bytecomp.el (byte-compile-file): Changed reference to
  7375.     byte-compile-report-call-tree to use display-call-tree.
  7376.  
  7377.     * bytecomp.el (byte-recompile-directory, byte-compile-file,
  7378.     batch-byte-compile, byte-compile, compile-defun,
  7379.     display-call-tree): Added autoload cookies for these functions.
  7380.     
  7381. Thu Jul 16 16:03:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7382.  
  7383.     * etags.el: Major rewrite with many new features.
  7384.     * ctags.el: New file; goes with new etags.el.
  7385.  
  7386. Thu Jul 16 15:50:49 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7387.     
  7388.     * byte-run.el (defsubst): Removed extra closing paren at the end
  7389.     of this function.
  7390.     
  7391. Thu Jul 16 00:26:55 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7392.  
  7393.     * At RMS's request, all occurrences of `elisp' changed to `Emacs Lisp'.
  7394.  
  7395.     * New library headers for [fghijklmn]*.el.  First steps towards
  7396.       keyword-based code finder via Keywords header.
  7397.  
  7398. Wed Jul 15 19:31:16 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7399.     
  7400.     * New library headers for [opqrst]*.el.  Ghod, this is boring.    
  7401.     
  7402. Wed Jul 15 13:07:37 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7403.  
  7404.         * lunar.el: New file.  The only functions known to outside world
  7405.         are calendar-phases-of-moon, diary-phases-of-moon, and
  7406.         phases-of-moon.
  7407.  
  7408.         * calendar.el (calendar-mode): Put calendar-phases-of-moon on a key
  7409.         and describe it.
  7410.  
  7411.         * diary.el: Autoload diary-lunar-phase.
  7412.  
  7413. Wed Jul 15 00:28:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7414.  
  7415.     * loaddefs.el: Added C-x a, C-x r and C-x n as prefixes.
  7416.     Removed old C-x a, C-x g, C-x j, C-x n, C-x p, C-x r, C-x x, C-x w.
  7417.     Also C-x /, C-x C-a, C-x C-h, C-x +, C-x -.
  7418.     Added bindings for function keys insert-line, delete-line, delete-char.
  7419.  
  7420.     * bytecomp.el: Deleted support for running compiler in Emacs 18.
  7421.     Spell "Emacs 18" properly.
  7422.     (byte-compile-version): FSF 2.1.
  7423.     (byte-compiler-valid-options): Deleted.
  7424.     (byte-compile-single-version): Always return nil.
  7425.     (byte-compiler-version-cond): Always return the argument.
  7426.  
  7427.     * loaddefs.el: Key bindings moved here.
  7428.     * simple.el: From here.
  7429.  
  7430. Tue Jul 14 19:43:05 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7431.  
  7432.     * byte-opt.el (byte-boolean-vars): Rebuilt for Emacs 19.
  7433.  
  7434.     * screen.el: Renamed to frame.el.  The term is no longer `screen',
  7435.     but `frame'.  All variables and functions renamed.
  7436.     * x-menu.el, window.el, sup-mouse.el, sun-mouse.el, subr.el,
  7437.     startup.el, sendmail.el, register.el, prompt.el, mlconvert.el,
  7438.     loadup.el, ispell.el, isearch.el, holidays.el, fortran.el,
  7439.     files.el, etags.el, emerge.el, electric.el, edebug.el, dired.el,
  7440.     diary.el, csharp.el, compile.el, comint.el, calendar.el,
  7441.     buff-mune.el, bg-mouse.el, appt.el, abbrevlist.el, term/x-win.el,
  7442.     term/wyse50.el, term/vt200.el, term/vt100.el: All uses changed.
  7443.     * screen.el (screen-height, screen-width, set-screen-height,
  7444.     set-screen-width): Defined as aliases for frame-height,
  7445.     frame-width, set-frame-height, and set-frame-width.
  7446.     (set-frame-height, set-frame-width): Functions deleted; they are
  7447.     defined in frame.c.
  7448.  
  7449. Tue Jul 14 15:51:38 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7450.  
  7451.     * [uvwxy]*.el: Added headers for new Emacs Lisp documentation
  7452.     conventions.
  7453.  
  7454. Tue Jul 14 11:21:34 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7455.  
  7456.         * calendar.el (calendar-mode): Change key bindings for all
  7457.         functions to make them consistent with Version 19 requirements.
  7458.  
  7459. Mon Jul 13 22:49:25 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7460.  
  7461.     * comint.el: minor changes to comments to reflect the fact that
  7462.     comint has won its war and replaced shell mode.
  7463.  
  7464. Mon Jul 13 16:46:51 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7465.  
  7466.     * rmailsort.el: Change copyright to FSF; update permission notice.
  7467.  
  7468.     * byte-run.el: Delete compatibility definition of make-byte-code.
  7469.     (byte-compiler-options): Commented out.
  7470.     (proclaim-inline, proclaim-notinline): Commented out.
  7471.  
  7472.     * byte-opt.el: Change several doc strings to comments.
  7473.     They had the wrong format anyway.
  7474.     Delete the `require' and the test for wrong compiler version.
  7475.  
  7476.     * disass.el: Require just bytecomp, not byte-opt.
  7477.  
  7478.     * bytecomp.el (emacs-lisp-file-regexp):
  7479.     Renamed from elisp-source-file-re.  All uses changed.
  7480.     (byte-compile-dest-file): Don't use that var.
  7481.     (compile-defun): Renamed from elisp-compile-defun.
  7482.     (byte-compile-report-ops): Define unconditionally.
  7483.     It's a bad idea to make function definitions of moderate size
  7484.     conditional on anything.
  7485.     (byte-compile-and-load-file): Commented out.
  7486.     (byte-compiler-valid-options):
  7487.     Renamed from byte-compiler-legal-options.
  7488.     (byte-compile-overwrite-file): Variable deleted.
  7489.     (byte-compile-file): Don't use that var.
  7490.     (byte-compile-compatibility):
  7491.     Renamed from byte-compile-emacs18-compatibility.
  7492.     (byte-compile-generate-emacs19-bytecodes): Variable deleted.
  7493.     Use byte-compile-compatibility instead.
  7494.     (byte-compiler-options-handler): Deleted.
  7495.     (byte-compile-body-do-effect, byte-compile-form-do-effect):
  7496.     Use defsubst, not proclaim-inline.
  7497.  
  7498.     * byte-opt.el: Renamed from byte-optimize.el.
  7499.     * byte-run.el: Renamed from bytecomp-runtime.el.
  7500.     * bytecomp.el, loadup.el: References to those files fixed.
  7501.  
  7502.     * bytecomp.el: Style corrected in calls to error.
  7503.     Many doc strings corrected in style.
  7504.  
  7505.     * Repeated the following changes:
  7506.     * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
  7507.     (byte-compile-buffer): Function commented out.
  7508.  
  7509. Mon Jul 13 16:26:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7510.  
  7511.     * loaddefs.el (completion-ignored-extensions): nconc together
  7512.     list of common extensions and list of unix or vms-specific ones.
  7513.  
  7514. Mon Jul 13 14:39:10 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7515.  
  7516.     * simple.el (kill-region): The variable `undo-high-threshold' has
  7517.     been renamed to `undo-strong-limit'.  Change its use here.
  7518.  
  7519. Mon Jul 13 10:49:26 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7520.  
  7521.         * calendar.el (exit-calendar): Bury buffers instead of killing them.
  7522.  
  7523.         (european-calendar-display-form, american-calendar-display-form):
  7524.         Make comma after day name conditional so it's available for more
  7525.         general use.
  7526.         (calendar-date-string): Make dayname nil instead of the empty string.
  7527.         (cursor-to-julian-calendar-date, cursor-to-islamic-calendar-date,
  7528.         cursor-to-hebrew-calendar-date, list-yahrzeit-dates): Use nodayname
  7529.         form of display.
  7530.  
  7531.         * diary.el (diary-islamic-date, diary-hebrew-date,
  7532.         insert-diary-entry, insert-anniversary-diary-entry,
  7533.         insert-block-diary-entry, insert-cyclic-diary-entry,
  7534.         insert-hebrew-diary-entry, insert-islamic-diary-entry): Use
  7535.         nodayname form of display.
  7536.  
  7537. Sat Jul 11 14:59:21 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7538.     
  7539.     * c-mode.el (calculate-c-indent): Don't indent as argdecl
  7540.     after apparent function decl inside a comment.    
  7541.     
  7542. Fri Jul 10 17:45:33 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7543.  
  7544.     * bytecomp.el: Replaced with Jamie Zawinksi's byte compiler.
  7545.     * byte-optimize.el, bytecomp-runtime.el: New files, supporting
  7546.     bytecomp.el.
  7547.     * loadup.el: Load bytecomp-runtime into the dumped Emacs.
  7548.     * disass.el: New version of the disassembler, to fit with the new
  7549.     compiler.
  7550.  
  7551.     * mouse.el (mouse-select-buffer-line): Removed extraneous setting
  7552.     of the variable `the-buffer'; it's never used elsewhere.
  7553.  
  7554.     * mouse.el (mouse-kill): Don't set the mark; pass point and the
  7555.     click's position to kill-region directly.
  7556.  
  7557. Thu Jul  9 20:28:46 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7558.  
  7559.     * abbrev.el (write-abbrev-file): Removed extraneous interactive spec.
  7560.  
  7561.     * screen.el (current-screen-configuration,
  7562.     set-screen-configuration): New functions.
  7563.  
  7564.     * buff-menu.el (buffer-menu): Make ARG an optional argument.
  7565.  
  7566.     * screen.el (iconify): Call the function `make-screen-visible'
  7567.     instead of `deiconify-screen'; the latter no longer exists.
  7568.  
  7569.     * files.el (find-backup-file-name): Replace the reference to
  7570.     `backup-extract-version' with a literal `function' form.  This
  7571.     eliminates the use of dynamic binding, and allows us to remove
  7572.     backup-extract-version, which doesn't really want to be its own
  7573.     function.
  7574.     (backup-extract-version): Function removed.
  7575.  
  7576.     * help.el (help-with-tutorial): Zap the value of
  7577.     `buffer-auto-save-file-name', not `auto-save-file-name'.
  7578.  
  7579.     * loadup.el: Don't forget to garbage-collect after loading each
  7580.     file.  Yes, some of the files are small enough that it won't make
  7581.     much of a difference, but there's no reason not to garbage collect
  7582.     here (other parts of the build process are much slower), and these
  7583.     files might grow.
  7584.  
  7585.     * startup.el (command-line): Comment out the code which chooses a
  7586.     default value for split-window-keep-point; let's see if we can live
  7587.     without this option.
  7588.  
  7589. Wed Jul  8 14:14:25 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7590.  
  7591.     * terminal.el (te-set-escape-char): Improve messages.
  7592.  
  7593. Tue Jul  7 13:57:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7594.  
  7595.     * etags.el (find-tag): Don't set tags-loop-form.
  7596.  
  7597. Mon Jul  6 20:45:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7598.  
  7599.     * sendmail.el (mail-do-fcc): Call rmail-set-message-counters.
  7600.  
  7601. Mon Jul  6 18:27:40 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7602.  
  7603.     * etags.el (visit-tags-table): Remove automounter prefixes before
  7604.     setting tags-file-name.
  7605.  
  7606. Mon Jul  6 16:33:50 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  7607.  
  7608.     * Moved gdb.el to =gdb.el.  The autoload generation for
  7609.     loaddefs.el was getting screwed up by the conflicting autoloads
  7610.     generated from gdb.el and gud.el.  In any case gdb.el is obsolete;
  7611.     we're using the gdb entry point of gud.el now.
  7612.  
  7613.     * Installed tq.el.
  7614.  
  7615. Mon Jul  6 14:47:05 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7616.  
  7617.         * tex-mode.el (tex-file): Fix reference to tex-offer-save.
  7618.  
  7619. Sun Jul  5 15:00:05 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7620.  
  7621.         * tex-mode.el: Require comint instead of oshell.
  7622.         (tex-start-shell): Use comint, not oshell.
  7623.         (tex-filter): Deleted function; no filter is now longer needed.
  7624.  
  7625.         * tex-mode.el (tex-run-command, latex-run-command, slitex-run-command,
  7626.         tex-bibtex-run-command, tex-dvi-print-command,
  7627.         tex-alt-dvi-print-command, tex-dvi-view-command): Change doc strings
  7628.         to reflect the fact that `*' will be replaced by the file name.
  7629.         (tex-send-command): New function to interact with comint subshell and
  7630.         replace `*' by the file name.
  7631.         (tex-file, tex-region, tex-print, tex-view, tex-bibtex-file,
  7632.         tex-show-print-queue): Use tex-send-command to send commands.
  7633.  
  7634.         * tex-mode.el (tex-offer-save): New variable.
  7635.         (tex-file): Offer to save buffers if tex-offer-save is t (default).
  7636.  
  7637.         * tex-mode.el (latex-block-names, standard-latex-block-names): New
  7638.         variables.
  7639.         (tex-latex-block): Use them to do completing-read for block name.
  7640.  
  7641.         * tex-mode.el (tex-last-temp-file): New variable to remember file
  7642.         name for clean up.
  7643.         (tex-shell-sentinel): New function--clean up when tex process dies.
  7644.         (tex-delete-last-temp-files): New function to do the cleanup.
  7645.         Add this function to kill-emacs-hook.
  7646.         (tex-region): Do clean up of files from last invocation.
  7647.  
  7648.         * tex-mode.el (tex-insert-quote): Make it barf on read-only buffers.
  7649.  
  7650.         * tex-mode.el (tex-terminate-paragraph): Make it barf on read-only
  7651.         buffers.
  7652.  
  7653.         * tex-mode.el (tex-insert-braces): Make it barf on read-only buffers.
  7654.  
  7655.         * tex-mode.el (tex-close-latex-block): Change void var `ERR' to `nil'.
  7656.  
  7657.         * tex-mode.el (tex-print): Use alternative printer when given prefix
  7658.         arg.
  7659.  
  7660.         * tex-mode.el (tex-mode-load-hook): New variable.
  7661.         Run-hooks on it.
  7662.  
  7663. Sat Jul  4 21:20:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7664.  
  7665.     * compile.el (compilation-in-progress): New variable.
  7666.     Add it to minor-mode-alist.
  7667.     (compile-internal): Cons the new process onto it.
  7668.     (compilation-sentinel): Remove the dead process from it.
  7669.  
  7670. Sat Jul  4 12:21:50 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7671.  
  7672.     * tex-mode.el: New version from reingold.
  7673.  
  7674.     * files.el (save-buffers-kill-emacs): Consider open net connections
  7675.     as possibly requiring a query.
  7676.  
  7677. Thu Jul  2 17:43:00 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7678.  
  7679.     * files.el (recover-file): Pass -L option to ls, if file is link.
  7680.  
  7681. Wed Jul  1 22:25:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7682.  
  7683.     * files.el (ctl-x-4-map): Bind `C-x 4 o' to display-buffer.
  7684.  
  7685.     * buff-menu.el (Buffer-menu-switch-other-window): New function,
  7686.     bound to C-o in Buffer-menu-mode-map.
  7687.  
  7688. Wed Jul  1 17:47:28 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7689.  
  7690.     * cmutex.el: Deleted, following recommendation of reingold.
  7691.  
  7692. Tue Jun 30 07:37:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7693.  
  7694.     * startup.el (command-line-1): Signal an error if the argument to
  7695.     the `-insert' option isn't a string.
  7696.  
  7697. Sun Jun 28 22:23:00 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7698.  
  7699.     * completion.el (completion-separator-self-insert-autofilling):
  7700.     Changed references to `auto-fill-hook' to `auto-fill-function'.
  7701.     * mh-e.el (mh-letter-mode): Same thing.
  7702.     * texinfo-upd.el (texinfo-update-node,
  7703.     texinfo-sequential-node-update): Same thing.
  7704.  
  7705. Sun Jun 28 16:31:53 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7706.  
  7707.         * solar.el: New file.
  7708.         The only functions known to outside world are calendar-sunrise-sunset,
  7709.         diary-sunrise-sunset, diary-sabbath-candles, sunrise-sunset, and
  7710.         calendar-holiday-function-solar-equinoxes-solstices.
  7711.  
  7712.     * calendar.el (calendar-holidays): Add equinoxes and solstices.
  7713.         (calendar-mode-map): Add key for sunrise/sunset.
  7714.         Add a new variables calendar-time-display-form, calendar-latitude,
  7715.         calendar-longitude, calendar-location-name, calendar-time-zone,
  7716.         calendar-standard-time-zone-name, calendar-daylight-time-zone-name,
  7717.         calendar-daylight-savings-starts, calendar-daylight-savings-ends.
  7718.         Add autoload of calendar-sunrise-sunset.
  7719.         (calendar-mode): Add description of sunrise/sunset capability.
  7720.         (calendar-version): Changed to 5.
  7721.  
  7722.         * diary.el: Autoload diary-sunrise-sunset and diary-sabbath-candles.
  7723.  
  7724.     * holidays.el: Autoload
  7725.         calendar-holiday-function-solar-equinoxes-solstices.
  7726.  
  7727. Sat Jun 27 09:10:36 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7728.     
  7729.     * info.el: Bindings for Info-goto-emacs-command-node and
  7730.     Info-goto-emacs-key-command-node in help-map moved from here...
  7731.     * help.el: to here.
  7732.     
  7733.     * compile.el (compile-internal): Make the buffer read-only, to
  7734.     remind people that they probably don't want to mess with it.
  7735.     (compilation-sentinel): Make the buffer temporarily writable, so
  7736.     we can insert the termination message.
  7737.     
  7738.     * help.el, indent.el, paragraphs.el, isearch.el, replace.el:
  7739.     Deleted autoload cookies from these files; they are all loaded
  7740.     into Emacs by loadup.el.
  7741.     * loaddefs.el: Removed autoload sections for the above files.
  7742.     
  7743.         * loaddefs.el: Put autoload sections in alphabetical order by file
  7744.     name.
  7745.  
  7746.     * replace.el (perform-replace): Remember the match data from the
  7747.     real occurrence found, and restore it before executing the
  7748.     command.  This preserves the match data across various other
  7749.     matching we do, and protects it from mungement while we're waiting
  7750.     for input.
  7751.  
  7752.     * loaddefs.el: Bind [M-right], [M-left], [M-up], and [M-down] to
  7753.     backward-sexp, forward-sexp, backward-list, and forward-list.
  7754.  
  7755. Fri Jun 26 16:35:22 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7756.  
  7757.     * holidays.el (calendar-holiday-list): Protect holiday evaluation from
  7758.      bogus holidays on list.
  7759.  
  7760. Fri Jun 26 00:13:43 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7761.  
  7762.     * outline.el (outline-flag-region): Bind buffer-read-only to nil.
  7763.  
  7764. Thu Jun 25 23:26:35 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7765.  
  7766.     * calendar.el, diary.el, holidays.el: Merged new versions from Ed
  7767.     Reingold.
  7768.     * calendar.el (mark-holidays-in-calendar,
  7769.     all-hebrew-calendar-holidays, all-christian-calendar-holidays,
  7770.     all-islamic-calendar-holidays, list-diary-entries-hook,
  7771.     diary-display-hook, nongregorian-diary-listing-hook,
  7772.     nongregorian-diary-marking-hook, diary-list-include-blanks): Added
  7773.     autoload cookie for these; Reingold's distribution suggests that
  7774.     these variables are ones that you are especially likely to want to
  7775.     customize.
  7776.     * holiday.el (holidays): Added autoload cookie for this.
  7777.  
  7778. Thu Jun 25 11:15:54 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7779.  
  7780.     * diary.el (diary-rosh-hodesh): Change mod to % in two places.
  7781.  
  7782. Wed Jun 24 15:00:20 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  7783.  
  7784.         * holidays.el (calendar-holiday-function-fixed,
  7785.         calendar-holiday-function-float. calendar-holiday-function-julian,
  7786.         calendar-holiday-function-islamic, calendar-holiday-function-hebrew):
  7787.         Correct documentation strings.
  7788.  
  7789.         * holidays.el (calendar-holiday-function-greek-orthodox-easter):
  7790.         New function.
  7791.  
  7792.         * calendar.el (calendar-holidays): Add Greek Orthodox Easter to
  7793.         all Christian holidays list.
  7794.  
  7795.         * calendar.el:
  7796.         calendar-load-hook: New variable; use it with run-hooks.
  7797.         calendar: Describe use of calendar-load-hook.
  7798.  
  7799. Tue Jun 23 17:34:54 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7800.  
  7801.     * autoload.el: The docstring is the third element of a `defun'
  7802.     form, not the second.
  7803.  
  7804. Tue Jun 23 17:06:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7805.  
  7806.     * fill.el (fill-region-as-paragraph): Don't assume any indentation
  7807.     for a one-line paragraph.
  7808.  
  7809.     * dired.el: Complete rewrite, mostly by sk@thp.uni-koeln.de.
  7810.     * dired-aux.el: Other parts of dired.
  7811.  
  7812.     * files.el (enable-local-eval): Renamed from `ignore-local-eval';
  7813.     now has values like `enable-local-variables'.
  7814.     (hack-local-variables): Test `enable-local-eval' properly.
  7815.  
  7816. Mon Jun 22 00:58:59 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7817.  
  7818.     * autoload.el (generate-file-autoloads): Do attach a
  7819.         `doc-string-elt' property to `defun', `defvar', `defconst', and
  7820.         `defmacro'; since the files with ";;;autoload" cookies in them are
  7821.         never loaded into the dumped Emacs - otherwise, why would you be
  7822.         autoloading them?.
  7823.  
  7824. Sun Jun 21 23:08:09 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7825.  
  7826.     * fill.el (fill-region-as-paragraph):
  7827.     Handle fill-prefix wider than fill-column.
  7828.     Ensure we keep at least one word on each line.
  7829.     Also don't break after a period followed by just one space.
  7830.  
  7831. Sun Jun 21 19:20:44 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7832.  
  7833.     * screen.el (ctl-x-5-map): Removed declaration and initialization
  7834.         of this here; it's done in subr.el, alongside ctl-x-4-map.
  7835.  
  7836.     * autoload.el (generate-file-autoloads): If FILE is in the same
  7837.         directory as the current buffer's file, or a subdirectory thereof,
  7838.         change FILE to be a path relative to the current buffer's file.
  7839.         This will allow `update-autoloads-here' to find a section's file
  7840.         even if the Emacs tree has been moved, as it would be when
  7841.         installed on a different system.
  7842.  
  7843. Fri Jun 19 16:17:26 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7844.  
  7845.     * upd-copyr.el (update-copyright): Grok abbreviated years.
  7846.  
  7847. Fri Jun 19 03:42:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7848.  
  7849.     * lisp-mode.el (indent-sexp): The local variable `last-point' was
  7850.         being asked to do double-duty - `calculate-lisp-indent' needs to
  7851.         be given a location guaranteed to be outside of the current
  7852.         s-expression, but the outer loop (according to the change made Dec
  7853.         21 1989) needs to know where point was at the top of the loop.
  7854.         Added variable `starting-point' for `calculate-lisp-indent' to
  7855.         use.
  7856.  
  7857.     * lisp-mode.el (indent-sexp): Change the `while' loop to an `if',
  7858.     using `make-list' and `-' instead of `(list nil)' and `1+'.
  7859.  
  7860. Thu Jun 18 16:28:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7861.  
  7862.     * edebug.el (edebug-debug): Added autoload cookie for this.
  7863.  
  7864.     * etags.el (find-tag-other-frame): New function.  Bind it to
  7865.     `C-x 5 .'.
  7866.  
  7867. Wed Jun 17 02:21:28 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7868.  
  7869.     * compile.el (compilation-error-regexp-alist): Tightened up the
  7870.     regular expressions designed to match lint pass 2 and lint pass 3
  7871.     error messages.  These were too loose; they were matching the
  7872.     "grep exited 00:06:20" messages at the end of the buffer.
  7873.  
  7874. Tue Jun 16 23:24:42 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7875.  
  7876.     * upd-copyr.el (update-copyright): Do nothing if
  7877.     inhibit-update-copyright is non-nil.  If the user answers "no", set
  7878.     that to t locally.
  7879.     (inhibit-update-copyright): New defvar.
  7880.  
  7881. Mon Jun 15 17:07:08 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  7882.  
  7883.     * mailabbrev.el: New version from jwz.
  7884.  
  7885. Mon Jun 15 01:53:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7886.  
  7887.     * compile.el (compilation-enter-directory-regexp,
  7888.     compilation-leave-directory-regexp): In strings, replace uses of
  7889.     "\\\(" or "\\\)" with "\\(" or "\\)".
  7890.     (compilation-error-regexp-alist): Remember to include newlines in
  7891.     all the complemented character sets; none of these should match
  7892.     across a newline.
  7893.  
  7894. Sun Jun 14 16:00:07 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7895.  
  7896.     * isearch-mode.el (isearch-forward): Remove sentence from doc
  7897.     string claiming that the key bindings are controlled by variables
  7898.     named `search-FOO-char'.  That was true of the old isearch.el, but
  7899.     now the keymap `isearch-mode-map' controls special characters in
  7900.     isearch-mode.
  7901.  
  7902.     * blackbox.el (blackbox): Added ;;;###autoload cookie.
  7903.  
  7904.     * add-log.el (change-log-mode): Integrated some code from the
  7905.     `change-log-mode' function in `text-mode.el'.  Docstring now
  7906.     mentions that it prevents numeric backups, and sets `left-margin'
  7907.     and `fill-column'.  Code now actually sets `left-margin' and
  7908.     `fill-column', as advertised.
  7909.     * text-mode.el (change-log-mode): Function deleted, since it's
  7910.     been superceded by the one in add-log.el.
  7911.  
  7912. Sun Jun 14 15:58:20 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7913.  
  7914.     * gnus.el (gnus-start-news-server): Criterion for using the local
  7915.     news spool is now that gnus-nntp-server is "::".
  7916.  
  7917. Sat Jun 13 19:34:19 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7918.  
  7919.     * gnus.el (gnus-nntp-server): Eval gnus-default-nntp-server only
  7920.     if bound.
  7921.  
  7922. Fri Jun 12 06:09:19 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  7923.  
  7924.     * isearch-mode.el: New package, which will probably supercede
  7925.         isearch.el.
  7926.     (isearch-mode-map, isearch-mode-meta-map): When initializing
  7927.     these, remember that vectors are no longer keymaps.
  7928.     (isearch-update): unread-command-char is no longer -1 when
  7929.     there is no unread character - it's nil.
  7930.  
  7931.     * simple.el (interprogram-paste-function): Add the stipulation
  7932.     that the function this points to should return nil if Emacs sent
  7933.     the most recent string for interprogram pasting; the function
  7934.     should never return the same string Emacs posted with
  7935.     `interprogram-cut-function'.
  7936.     * term/x-win.el (x-last-selected-text): New variable.
  7937.     (x-select-text): Set it, so we can check later against returning
  7938.     it.
  7939.     (x-cut-buffer-or-selection-value): Check it, to make sure we don't
  7940.     return our own text.
  7941.  
  7942. Fri Jun 12 18:24:26 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  7943.  
  7944.     * simple.el (current-kill): Fixed misnamed parameter and
  7945.     reorganized code slightly.
  7946.  
  7947. Thu Jun 11 16:39:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7948.  
  7949.     * rmailout.el (rmail-output): Get date using mail-fetch-field.
  7950.  
  7951. Wed Jun 10 22:31:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  7952.  
  7953.     * compile.el (compile-internal): Do buffer-disable-undo here.
  7954.     (compilation-mode): Not here.
  7955.  
  7956. Wed Jun 10 02:57:23 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7957.  
  7958.     * simple.el (rotate-yank-pointer): Move the guts of this to
  7959.     current-kill, and get rid of the optional DO-NOT-MOVE argument.
  7960.     (current-kill): Rotate the yank pointer here.
  7961.  
  7962. Tue Jun  9 21:55:13 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  7963.  
  7964.     * subr.el (one-window-p): Rename argument ARG to NOMINI, so
  7965.     that the docstring will agree with the argument list generated
  7966.     by make-docfile.c.
  7967.  
  7968.         * simple.el (kill-region): Undo May 20th change - add back
  7969.     Roland McGrath's hack of June 17, 1991, which allows
  7970.     kill-region to work on read-only buffers - in read-only
  7971.     buffers, it acts just like copy-region-as-kill.
  7972.  
  7973. Tue Jun  9 14:16:10 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7974.  
  7975.     * electric.el (Electric-command-loop): Set last-command after each cmd.
  7976.  
  7977.     * server.el (server-buffer-clients): Add permanent-local property.
  7978.  
  7979. Mon Jun  8 21:31:52 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7980.  
  7981.     * csharp.el (c-find-nesting): Renamed from csharp-find-nesting.
  7982.     Add autoload.
  7983.     All other functions in this file renamed to start with c-find-nesting.
  7984.  
  7985. Sun Jun  7 23:56:02 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7986.  
  7987.     * window.el (split-window-keep-point): Make it t by default.
  7988.  
  7989. Sat Jun  6 18:00:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7990.  
  7991.     * simple.el (delete-blank-lines): Handle special case near eob.
  7992.  
  7993. Fri Jun  5 01:47:07 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  7994.  
  7995.     * simple.el (universal-argument): Don't call describe-arg.
  7996.     Pass t as 2nd arg to read-key-sequence.
  7997.     (prefix-arg-internal): Likewise.
  7998.  
  7999. Thu Jun  4 15:56:49 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8000.  
  8001.     * startup.el (command-line): Run after-init-hook.
  8002.     Renamed pre-init-hook to before-init-hook for consistency with
  8003.     e.g., before-change-function.
  8004.     (after-init-hook): New defvar.
  8005.     * screen.el: Use before-init-hook instead of pre-init-hook.
  8006.  
  8007. Thu Jun  4 07:55:48 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8008.  
  8009.     * simple.el: Doc fix.
  8010.  
  8011. Wed Jun  3 16:43:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8012.  
  8013.     * info.el (Info-enable-edit): Now a user option.
  8014.  
  8015. Wed Jun  3 13:47:20 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  8016.  
  8017.     * sendmail.el (mail-signature): Suppress move to end of buffer if
  8018.     we gave a prefix argument (requested by Bob Chassell).
  8019.  
  8020. Wed Jun  3 02:42:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8021.  
  8022.     * add-log.el (add-change-log-entry): Match the file name followed
  8023.     by a colon in an existing entry.
  8024.     To find a blank line, search for one containing only whitespace,
  8025.     not two consecutive newlines.
  8026.     When adding to an existing entry, open a line and indent.
  8027.  
  8028. Wed Jun  3 01:32:30 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8029.  
  8030.     * add-log.el (change-log-mode): Set version-control to 'never
  8031.         locally.  Set adaptive-fill-regexp.  Make paragraph-separate
  8032.         match date lines.
  8033.     
  8034.     * bytecomp.el (byte-compile-file): Don't put file name in minibuffer.
  8035.     (byte-compile-buffer): Function commented out.
  8036.  
  8037.     * lisp-mode.el (lisp-indent-line): Keep point unchanged in ;;;
  8038.         line.
  8039.  
  8040. Tue Jun  2 23:42:15 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8041.  
  8042.     * add-log.el (add-change-log-entry): If the visited file is in
  8043.     the directory tree under the directory containing the change
  8044.     log file, insert the path to it from there, rather than just
  8045.     the file name.  Also removed setq of random variable
  8046.     `formatted-revision'.
  8047.  
  8048. Tue Jun  2 23:25:04 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  8049.  
  8050.     * yow.el: Somehow, the semicolons introducing the comment on the
  8051.     first line disappeared.  Put them back.
  8052.  
  8053. Tue Jun  2 22:52:32 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8054.  
  8055.     * subr.el (eval-current-buffer): Add as alias for eval-buffer.
  8056.  
  8057.     * calendar.el (calendar): Add an autoload.
  8058.     * cal.el: File deleted.
  8059.  
  8060. Tue Jun  2 20:19:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8061.  
  8062.     * add-log.el: Fixed copyright years to not use a range.
  8063.     (change-log-mode): Added docstring.
  8064.     (add-change-log-entry): Put a space between the file name and
  8065.     "(function name):".  Put a colon after the file name if we have
  8066.     found no function name.
  8067.  
  8068. Tue Jun  2 00:01:24 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8069.  
  8070.     * edebug.el (edebug-eval-buffer): New function.
  8071.     Install it in place of eval-buffer if eval-buffer is defined.
  8072.     (edebug-eval-current-buffer): Define this, not eval-current-buffer.
  8073.     Use fset to install it in place of eval-current-buffer.
  8074.     ??? mlconvert.el needs fixing too.
  8075.  
  8076.     * ispell.el: Add some autoloads.
  8077.     (ispell-word): Accept prefix arg, meaning do ispell-next.
  8078.  
  8079. Mon Jun  1 16:27:45 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8080.  
  8081.     * simple.el (current-kill): Name the variable which holds the
  8082.     value from other programs to be pasted interprogram-paste, not
  8083.     interprogram-cut.
  8084.  
  8085.     * files.el: Bind find-file-other-screen to C-x 5 C-f as well as
  8086.     C-x 5 f, for symmetry with C-x C-f.
  8087.  
  8088. Mon Jun  1 04:08:15 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8089.  
  8090.     * asm-mode.el (asm-mode-map): Don't override RET.
  8091.  
  8092.     * teco.el: Rename `teco:' to `teco-' in all symbols.
  8093.     (teco-command): Make it autoload.
  8094.  
  8095.     * edebug.el (edebug-defun): Make it autoload.
  8096.  
  8097.     * hexl.el (hexl-save-buffer): Return t.
  8098.     (hexl-mode): Put hexl-save-buffer in write-contents-hooks.
  8099.     (hexl-mode-map): Put the 1k page commands on C-x [ and C-x ].
  8100.  
  8101.     * diff.el: Doc fix.
  8102.  
  8103.     * fill.el (fill-region-as-paragraph): Treat } like closeparen.
  8104.     If a fill prefix is specified globally, always use that one.
  8105.  
  8106.     * flow-ctrl.el (evade-flow-control-memstr=): Renamed from memstr=.
  8107.  
  8108. Sun May 31 22:52:14 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  8109.     
  8110.     * bibtex.el: merged in alarson's changes
  8111.             
  8112.     * simula.el: replaced Bj|rn Hessen's version with Hans Henrik
  8113.       Eriksen's improved version (both of them wanted it this way).
  8114.     
  8115. Sun May 31 17:09:37 1992  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  8116.  
  8117.         * subr.el (lambda): Added docstring.
  8118.  
  8119. Sun May 31 16:12:58 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  8120.     
  8121.     * gdb.el nuked --- subsumed by gdb entry point of gud.el    
  8122.         
  8123.     * dbx.el nuked --- subsumed by dbx entry point of gud.el
  8124.         
  8125.     * session.el nuked --- saveconf.el is better    
  8126.         
  8127.     * add-log.el now contains the add-log-new.el changes which merge
  8128.     consecutive entries by the same user on the same day and try to 
  8129.     auto-generate both the file key and function changed fields --- the
  8130.     old version still exists in the ~n~ files if this loses, but
  8131.     the code looks good.
  8132.     
  8133. Sat May 30 14:48:44 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  8134.     
  8135.     * profile.el: installed
  8136.  
  8137.     * cus-print.el:    installed
  8138.     
  8139. Sat May 30 01:56:10 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8140.  
  8141.     * startup.el (normal-top-level): Call abbreviate-file-name instead
  8142.     of writing out its code.
  8143.  
  8144.     * comint.el: Merged with Olin Shivers' comint version 2.03.
  8145.     (comint-version): Changed accordingly.
  8146.     (comint-previous-input-matching): Bind this to c-m-r, rather
  8147.     than c-c c-r.
  8148.     (comint-exec-hook): Make this variable buffer-local.
  8149.     (comint-exec): Put the code which feeds the startfile to the
  8150.     inferior inside the let which binds ``proc'', as suggested by
  8151.     the indentation.
  8152.     (comint-read-noecho): New optional argument STARS, which
  8153.     causes input to be echoed with '*' characters on the prompt
  8154.     line.
  8155.     (send-invisible): Change prompt from "Enter non-echoed text: "
  8156.     to "Non-echoed text: ".  This conforms with the convention
  8157.     used by existing prompts, and gives more room to type stuff.
  8158.  
  8159.     * comint.el (comint-last-input-start): New varible.  In
  8160.     particular, this helps support subprocesses that insist on echoing
  8161.     their input.  Added comments to porting guide indicating that
  8162.     this should probably not be used for implementing history stuff.
  8163.     (comint-mode): Create and initialize comint-last-input-start as a
  8164.     buffer-local var.
  8165.     (comint-send-input): Set comint-last-input-start when we send the
  8166.     input.
  8167.     Porting documentation at end of file adjusted to describe the
  8168.     differences between the old shell mode's last-input-start variable
  8169.     and comint-last-input-start.
  8170.     * telnet.el (telnet-send-input): If telnet-remote-echos is
  8171.     non-nil, use comint-last-input-start and comint-last-input-end to
  8172.     delete the input we just sent.
  8173.  
  8174. Fri May 29 18:34:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8175.  
  8176.     * simple.el (append-to-buffer): When called interactively, default
  8177.     to (other-buffer nil t).  This way, it will offer to insert into
  8178.     the buffer in the other window.
  8179.  
  8180. Wed May 27 17:48:47 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8181.  
  8182.     * term/x-win.el (x-cut-buffer-or-selection-value): New function.
  8183.     Set interprogram-paste-function to use it.
  8184.     (x-select-text): For backwards compatibility, set cut buffer 0 as
  8185.     well as claiming ownership of the other selections.
  8186.  
  8187. Wed May 27 02:41:36 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8188.  
  8189.     * simple.el (indent-new-comment-line): Change handling of
  8190.     comment-multi-line (which is effectively obsolete now).
  8191.  
  8192. Sun May 24 21:48:34 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8193.  
  8194.     * simple.el (set-selective-display): Keep vpos of point constant.
  8195.  
  8196. Sun May 24 12:20:28 1992  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8197.  
  8198.         * calendar.el (list-yahrzeit-dates): New function.
  8199.         (hebrew-calendar-yahrzeit): Moved from diary.el.
  8200.  
  8201.         * diary.el (hebrew-calendar-yahrzeit): Moved to calendar.el.
  8202.         diary-ordinal-suffix: Give correct suffix for 111, 112, 113, 211,
  8203.         212, 213, etc.
  8204.  
  8205. Thu May 21 00:39:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8206.  
  8207.     * mouse.el: Emulate the Emacs 18 mouse button bindings for now.
  8208.     (mouse-yank-at-click): New function.
  8209.  
  8210.     * term/x-win.el (x-select-text): Don't bother to check if the
  8211.     window system is X; if it isn't, then this function would never
  8212.     have been defined, let alone called.  Is this right, Joe?
  8213.  
  8214.     * simple.el (interprogram-paste-function): New hook, for getting
  8215.     the current pasting text from the window system.
  8216.     (kill-ring): Doc fix, encouraging people to use the functions
  8217.     below instead of manipulating the kill ring directly, since the
  8218.     functions correctly deal with interprogram cutting and pasting.
  8219.     (kill-new): New function.
  8220.     (kill-append): Added doc string.  Be sure to call the
  8221.     interprogram-cut-function on the new string.
  8222.     (current-kill): New function.
  8223.     (rotate-yank-pointer): New optional argument do-not-move, to
  8224.     support vi.el and vip.el's style of ring access.
  8225.     (kill-region, copy-region-as-kill): Call kill-new, instead of
  8226.     writing out all the logic.
  8227.     (yank-pop): Use current-kill, rather than assuming that
  8228.     kill-ring-yank-pointer points to the text you should use.
  8229.     (yank): Use current-kill, instead of calling rotate-yank-pointer
  8230.     and then fetching through the kill-ring-yank-pointer.
  8231.     * vi.el (vi-put-before): Instead of figuring out the index into
  8232.     the kill-ring and fetching directly, call current-kill.
  8233.     * vip.el (vip-put-back, vip-Put-back, ex-copy): Use current-kill,
  8234.     don't access the kill ring directly.
  8235.     * term/x-win.el: Set interprogram-paste-function to
  8236.     'x-selection-value.
  8237.         * sun-fns.el (mouse-yank-at-point): Instead of rotating the yank
  8238.     pointer one spot and then accessing the kill ring directly, just
  8239.     call the function current-kill with an argument of one.
  8240.  
  8241.     * simple.el (kill-ring-save): Blink to the other end of the saved
  8242.     region, if it's on the screen, or print out the text if it's not,
  8243.     instead of printing the number of characters saved.  Nobody cares
  8244.     how many characters were saved, and it's hard to interpret
  8245.     intuitively.
  8246.  
  8247.     * screen.el (ctl-x-3-map): Renamed to ctl-x-5-map, and now bound
  8248.     to C-x 5, not C-x 3.  This makes a nicer analogy with C-x 4.
  8249.     Moving split-window-horizontally to C-x 3 also makes a nicer
  8250.     analogy with C-x 2.
  8251.     * files.el, sendmail.el, subr.el: Uses of ctl-x-3-map here
  8252.     renamed.
  8253.     * window.el: Binding of split-window-horizontally moved from C-x 5
  8254.     to C-x 3.
  8255.  
  8256. Wed May 20 23:21:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8257.  
  8258.     * simple.el (kill-region): This used to forgo actually deleting
  8259.     the region if the buffer was read-only, meaning that the command
  8260.     would silently copy the region to the kill ring, but leave the
  8261.     buffer unmodified.  Now it tries to delete the region, even if the
  8262.     buffer is read-only; go ahead and get the error.
  8263.  
  8264. Tue May 19 23:23:53 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8265.  
  8266.     * subr.el (one-window-p): If arg is t, completely avoid minibuffer.
  8267.  
  8268. Tue May 19 19:29:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8269.  
  8270.     * version.el (version): New alias for emacs-version.
  8271.  
  8272. Tue May 19 01:19:11 1992  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  8273.  
  8274.     * startup.el (normal-top-level): Typo: s/getev/getenv/.
  8275.  
  8276. Wed May 13 01:50:16 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8277.  
  8278.     * subr.el (lambda): Define this as a macro which wraps the lambda
  8279.     expression in a (function ...) quoter.  This means that you don't
  8280.     need to write out the cursed ``function'' any more.  It might be
  8281.     cleaner to simply change the way the interpreter and compiler
  8282.     treat lambda.
  8283.  
  8284.     * loadup.el: Disable undo recording in scratch while we load all
  8285.     the files; re-enable them before we dump.
  8286.  
  8287. Tue May 12 14:51:51 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8288.     
  8289.     * startup.el (normal-top-level): If (getenv "PWD") or (getenv
  8290.     "HOME") refer to the same directory as default-directory, change
  8291.     default-directory to the shortest of the three.
  8292.  
  8293.     * disass.el (disassemble-internal): Use indirect-function instead
  8294.     of just looping.
  8295.     
  8296. Tue May 12 01:33:25 1992  Joseph Arceneaux  (jla@churchy.gnu.ai.mit.edu)
  8297.  
  8298.         * simple.el (kill-region): Call the interprogram-cut-function if
  8299.     it's non-nil.
  8300.  
  8301.     * term/x-win.el (x-select-text): New function for selecting text,
  8302.     asserts both PRIMARY and CLIPBOARD selections.
  8303.  
  8304. Tue May  5 23:15:57 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8305.  
  8306.     * ftp.el (ftp-command): Correctly ignore lines without status codes.
  8307.  
  8308.     * fill.el (fill-individual-paragraphs): Choice of two modes,
  8309.     controlled by fill-individual-varying-indent.
  8310.  
  8311. Tue May  5 18:12:23 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8312.  
  8313.     * files.el (save-some-buffers): Use save-excursion around whole
  8314.     fn, rather than several inside.
  8315.  
  8316. Tue May  5 00:11:31 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8317.  
  8318.     * terminal.el (terminal-emulator): Use process-enironment, not env.
  8319.     Get rid of code that used start-subprocess.
  8320.  
  8321. Sun May  3 14:11:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8322.  
  8323.     * mailabbrev.el (mail-abbrevs-v18-munge-map): Use define-key
  8324.     instead of making up an extra alist and nconcing it onto the keymap.
  8325.  
  8326. Sat May  2 22:08:04 1992  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8327.  
  8328.         * calendar.el (generate-calendar-month): Center heading over each
  8329.     month.
  8330.  
  8331. Thu Apr 30 20:48:18 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8332.  
  8333.     * loaddefs.el: Moved (put 'narrow-to-page 'disabled t)...
  8334.     * page.el: To here.
  8335.  
  8336. Tue Apr 28 16:18:43 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8337.  
  8338.     * mh-e.el (mh-signature-file-name): New variable.
  8339.     (mh-insert-signature): Use it.
  8340.  
  8341. Mon Apr 27 14:53:12 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8342.  
  8343.     * mailabbrev.el: New version from jwz.
  8344.  
  8345. Sun Apr 26 12:49:06 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8346.  
  8347.     * loaddefs.el: Removed (put 'narrow-to-region 'disabled t).
  8348.     It is done in simple.el.
  8349.  
  8350. Sat Apr 25 18:10:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8351.  
  8352.     * dired.el (dired-mode): Make the modeline display the entire path
  8353.     of the directory, not just the buffer name.
  8354.  
  8355. Fri Apr 24 15:41:06 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8356.  
  8357.     * flame.el: Add "flame-" prefix to internal functions, to conform
  8358.     with the naming conventions of the rest of Emacs.
  8359.  
  8360. Tue Apr 21 16:13:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8361.  
  8362.     * doctor.el (doctor-svo): Deleted second expression from top let
  8363.     binding; it used to read "(let ((foo <exp> sent)) ...)"; let
  8364.     bindings can only have one expression.
  8365.  
  8366.     * flame.el: We might as well (provide 'flame).
  8367.  
  8368. Sat Apr 18 16:40:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8369.  
  8370.     * startup.el (normal-top-level): Don't change default-directory to
  8371.     (getenv "PWD") unless they actually refer to the same directory.
  8372.  
  8373.     * rmail.el (rmail-unix-mail-delimiter): Doc fix.
  8374.  
  8375. Fri Apr 17 15:56:25 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8376.  
  8377.     * rmail.el (rmail-unix-mail-delimiter): Don't bother giving this a
  8378.     docstring; move it to a comment.
  8379.  
  8380. Fri Apr 17 08:21:14 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8381.  
  8382.     * cmacexp.el: Doc fix.
  8383.  
  8384. Wed Apr 15 02:08:03 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8385.  
  8386.     * simple.el (reindent-then-newline-and-indent,
  8387.     newline-and-indent): Call the newline function instead of saying
  8388.     (insert ?\n), so that auto fill mode will break lines correctly.
  8389.  
  8390.     * upd-copyr.el (update-copyright): Used to not change the
  8391.     copyright version when user elected to update the copyright year,
  8392.     but would change it when user decided not to update.  Now doesn't
  8393.     do anything unless user gives permission, and when the user does
  8394.     give permission, does everything.
  8395.  
  8396.     * rmail.el (rmail-unix-mail-delimiter): New variable.
  8397.     (rmail-convert-to-babyl-format): Use it to recognize the start of
  8398.     an mbox message.
  8399.     (rmail-nuke-pinhead-header): Same.
  8400.  
  8401. Wed Apr 15 01:38:13 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8402.  
  8403.     * compile.el (compilation-find-buffer): Optional non-nil arg says
  8404.     to try to find some buffer other than the current one.
  8405.  
  8406. Fri Apr 10 10:20:16 1992  Edward M. Reingold  (reingold@emr.cs.uiuc.edu)
  8407.  
  8408.         * holidays.el (calendar-cursor-holidays): Signal error when cursor
  8409.     is not on a date.
  8410.  
  8411. Wed Apr  8 01:53:31 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8412.  
  8413.     * doctex.el, gdb.el, mh-e.el, vip.el: Use
  8414.     point{,-min,-max,-marker} functions instead of
  8415.     dot{,-min,-max,-marker}.
  8416.  
  8417. Tue Apr  7 17:48:09 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8418.  
  8419.     * mailabbrev.el (mail-abbrev-expand-hook): Rewritten so it won't
  8420.     loop if a single address doesn't fit within fill-column.
  8421.  
  8422. Sun Apr  5 19:25:54 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8423.  
  8424.     * mailabbrev.el (sendmail-v18-self-insert-command): Just pass arg
  8425.     to sendmail-pre-abbrev-expand-hook.
  8426.     (sendmail-pre-abbrev-expand-hook): Take optional arg; if non-nil,
  8427.     call self-insert-command with it, and don't do expand-abbrev; just
  8428.  
  8429. Mon Apr  6 16:29:50 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8430.  
  8431.     * lpr.el (lpr-command): Make this variable settable.
  8432.  
  8433. Fri Apr  3 21:59:35 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8434.  
  8435.     * files.el (revert-buffer): Reverse the sense of the prefix
  8436.     argument; by default, do not offer to revert from the auto-save
  8437.     file.
  8438.  
  8439. Thu Apr  2 02:55:58 1992  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  8440.  
  8441.     * files.el (write-contents-hooks): New variable.
  8442.     (basic-save-buffer): Use write-contents-hooks like write-file-hooks.
  8443.  
  8444. Tue Mar 31 10:40:09 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8445.  
  8446.     * bytecomp.el (byte-compile-let, byte-compile-let*): Signal an
  8447.     error message if a binding has more than one value form.
  8448.  
  8449.     * sendmail.el (mail-position-on-field): Search for the mail header
  8450.     separator only occurring at the beginning of a line.  Insert new
  8451.     headers correctly even if there are no other headers.
  8452.  
  8453.     * loadup.el: When finding pointers to doc strings, place the doc
  8454.     file in ../etc, not ../share-lib.  It's been renamed.
  8455.  
  8456. Tue Mar 24 00:08:33 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8457.  
  8458.     * mailabbrev.el: New version from jwz.
  8459.  
  8460.     * mailabbrev.el (mail-abbrev-expand-hook): If an address in the
  8461.     expansion begins with a /, turn it into an FCC header.
  8462.  
  8463.     * mailabbrev.el: Major rehacking.  Should work in 18 and 19.
  8464.  
  8465. Mon Mar 23 21:06:30 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8466.  
  8467.     * simple.el (copy-region-as-kill): Doc fix.
  8468.  
  8469. Mon Mar 16 10:23:29 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8470.  
  8471.     * Moved provide clauses to bottom of every elisp file that
  8472.     contains one.
  8473.  
  8474.     * simple.el (undo): Don't print the "Undo!" message if we're in
  8475.     the minibuffer.
  8476.  
  8477. Mon Mar 16 02:13:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8478.  
  8479.     * upd-copyr.el (update-copyright): Don't update the GPL version or
  8480.     replace the notice if the user said not to update the copyright.
  8481.  
  8482. Wed Mar 11 22:46:33 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8483.  
  8484.     * sendmail.el (mail-fcc): New function.
  8485.     (mail-mode-map): Bind C-c C-f C-f to mail-fcc.
  8486.  
  8487.     * sendmail.el (mail-position-on-field): Recognize the
  8488.     mail-header-separator string, even when it's at the beginning of
  8489.     the buffer.
  8490.  
  8491. Wed Mar 11 13:04:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8492.  
  8493.     * map-ynp.el (map-y-or-n-p): Doc fix.
  8494.  
  8495. Sat Mar  7 22:04:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8496.  
  8497.     * upd-copyr.el (update-copyright): Take two new optional args, to
  8498.     ask the user whether to update, and whether to replace the year.
  8499.     When asking the user, narrow it down to things that look like GPL
  8500.     notices.
  8501.     (ask-to-update-copyright): New function, meant to be put on
  8502.     write-file-hooks.
  8503.  
  8504. Thu Mar  5 20:28:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8505.  
  8506.     * compile.el (compilation-mode-hook): New variable.
  8507.     (compilation-mode): Run it.
  8508.     (compilation-search-path): Made user variable, added autoload cookie.
  8509.     (compilaton-window-height): Added autoload cookie.
  8510.  
  8511. Thu Feb 27 17:06:03 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8512.  
  8513.     * hack-local-variables: Don't take a FORCE argument; it's as easy
  8514.     to bind enable-local-variables to t for a while as it is to pass
  8515.     an extra argument, and it's cleaner.
  8516.     * normal-mode: Instead of passing the FORCE argument, bind
  8517.     enable-local-variables.
  8518.  
  8519.     * set-auto-mode: Don't check for the -*- mode tag if
  8520.     enable-local-variables is nil.
  8521.  
  8522.     * loaddefs.el (auto-mode-alist): There's no reason for this
  8523.     definition and initialization to be here; moved it to...
  8524.     * files.el: Here.
  8525.  
  8526. Fri Feb 21 12:27:50 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8527.  
  8528.     * telnet.el (read-password): Let the quit character terminate
  8529.     password entry.
  8530.  
  8531. Fri Feb  7 16:43:03 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8532.  
  8533.     * info.el: Doc fix.
  8534.  
  8535. Mon Jan 27 19:19:16 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8536.  
  8537.     * simple.el (universal-argument): Read key sequences, not single
  8538.     keys.  Renamed `c-u' to `factor'.  Describe the argument in the
  8539.     minibuffer as it is read.
  8540.     (prefix-arg-internal): Same changes here.  Renamed CHAR argument
  8541.     KEY, to reflect the fact that it can now be an event sequence.
  8542.     (describe-arg): New function (actually, uncommented).
  8543.     (digit-argument, negative): Call prefix-arg-internal with a
  8544.     string for KEY argument, not a character.
  8545.     
  8546.     * simple.el (digit-argument): Strip off high bit of
  8547.     last-command-char.
  8548.  
  8549. Fri Jan 17 18:15:08 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8550.  
  8551.     * term/tvi970.el: New file.
  8552.  
  8553. Thu Jan 16 17:37:26 1992  Jim Blandy  (jimb@pogo.cs.oberlin.edu)
  8554.     
  8555.     * screen.el: Don't automatically bind C-z to iconify; this is
  8556.     inappropriate on terminals.
  8557.     * term/x-win.el: Bind C-z to iconify here.
  8558.  
  8559. Wed Jan 15 18:22:42 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8560.  
  8561.     * term/wyse50.el: Rewritten to use function-key-map.
  8562.  
  8563.     * simple.el: Include bindings for [up], [down], [left], and [right].
  8564.  
  8565. Mon Jan 13 02:01:42 1992  Jim Blandy  (jimb at pogo.cs.oberlin.edu)
  8566.  
  8567.     * setenv.el: New file.
  8568.  
  8569.     * simple.el (x-select-kill): Variable removed.
  8570.     (interprogram-cut-function): New variable.
  8571.     (copy-region-as-kill): Use it.
  8572.  
  8573.     * term/new-at386.el: Rewritten to use function-key-map.
  8574.  
  8575. Fri Jan 10 19:46:58 1992  Eric S. Raymond  (eric@mole.gnu.ai.mit.edu)
  8576.     
  8577.     * flow-ctrl.el: installed.    
  8578.     
  8579. Wed Jan  8 16:27:17 1992  Jim Blandy  (jimb at occs.cs.oberlin.edu)
  8580.  
  8581.     * simple.el (temporary-goal-column): Added missing closing paren.
  8582.  
  8583. Wed Dec 25 22:24:50 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8584.  
  8585.     * mail-utils.el (mail-strip-quoted-names): Return nil if given nil.
  8586.  
  8587. Mon Dec 23 21:01:57 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8588.  
  8589.     * debug.el (cancel-debug-on-entry): Complete over debugged functions.
  8590.  
  8591. Sat Dec 21 03:03:04 1991  Jim Blandy  (jimb at occs.cs.oberlin.edu)
  8592.  
  8593.     * at386.el: Moved to term/at386.el, changed to use
  8594.     function-key-map.
  8595.  
  8596. Fri Dec 20 02:18:27 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8597.  
  8598.     * term/news.el, term/vt100.el: Converted to use function-key-map
  8599.     instead of old keypad.el.
  8600.     * term/sun.el: Console key sequences converted to use
  8601.     function-key-map; emacstool bindings left alone.
  8602.  
  8603. Mon Dec 16 22:29:36 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8604.  
  8605.     * mailabbrev.el: New file.
  8606.     * sendmail.el (mail-setup): Delete code for mail-aliases.
  8607.     Call mail-aliases-setup instead.
  8608.     (sendmail-send-it): Delete code for mail-aliases.
  8609.     (build-mail-aliases, expand-mail-aliases): Autoloads deleted.
  8610.  
  8611. Sat Dec 14 10:04:49 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8612.  
  8613.     * etags.el (find-tag-noselect): fixed subtle bug due to
  8614.     save-excursion.
  8615.  
  8616.       (tags-tag-match): new function, made smarter about exact matches.
  8617.  
  8618. Fri Dec 13 04:48:43 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8619.  
  8620.     * perl-mode.el: installed.
  8621.  
  8622. Fri Dec 13 02:33:26 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8623.  
  8624.     * sendmail.el (mail-default-headers): New user variable.
  8625.     (mail-setup): Insert value of that variable.
  8626.  
  8627. Wed Dec 11 11:04:04 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8628.  
  8629.     * c-mode.el: added C++ style to c-style-alist.
  8630.  
  8631.     * at386.el: installed.
  8632.  
  8633. Mon Dec  9 21:58:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8634.  
  8635.     * man.el (nuke-nroff-bs): Simplify o^H+.  Delete "reformatting" msg.
  8636.  
  8637. Sun Dec  8 04:36:37 1991  Eric S. Raymond  (eric at mole.gnu.ai.mit.edu)
  8638.  
  8639.     * blackbox.el: Applied doc patch.  No functions affected.
  8640.  
  8641.     * etags.el: support new (find-tag-noselect) entry point.
  8642.  
  8643.     * info: patched to restore point on `up' to previously visited buffer.
  8644.  
  8645.     * sccs.el: installed 3.5
  8646.  
  8647. Sun Dec  8 02:07:23 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8648.  
  8649.     * simple.el (universal-argument): If there is already an argument
  8650.     specified, don't toss it and read a new one; instead, end argument
  8651.     processing and read the next key literally.
  8652.     (digit-argument, negative-argument): Doc fix.
  8653.  
  8654.     * tar-mode.el (tar-subfile-save-buffer): Use the new current-time
  8655.     subr to generate real timestamps.
  8656.     (tar-update-datestamp): Remove docstring paragraph that claims the
  8657.     feature is not implemented.  Remove similar paragraph from TO DO
  8658.     list at top of file.
  8659.  
  8660. Sun Dec  8 00:43:23 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8661.  
  8662.     * diff.el (diff-internal-diff): New subroutine.
  8663.     (diff): Removed from here.
  8664.     (diff-sccs, diff-rcs): New commands using diff-internal-diff.
  8665.     (diff-rcs-extension): New variable.
  8666.  
  8667. Thu Dec  5 13:49:30 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8668.  
  8669.     * apropos.el, doctex.el, help.el, paths.el, spook.el, yow.el:
  8670.     These files expected to find their data in exec-directory, but
  8671.     their data is now located under data-directory.  Changed to use
  8672.     data-directory as appropriate.
  8673.     * loadup.el: Changed to use the appropriate path names.
  8674.  
  8675. Mon Dec  2 22:22:34 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8676.  
  8677.     * mailalias.el (define-mail-alias): Handle quoted aliases.
  8678.  
  8679. Sat Nov 30 22:49:11 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8680.  
  8681.     * simple.el (prefix-arg-internal): Make C-u end the arg.
  8682.     Doc fixes on the argument commands.
  8683.  
  8684. Thu Nov 28 20:23:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8685.  
  8686.     * emacsbug.el (report-emacs-bug): Now autoloaded.
  8687.  
  8688. Sun Nov 24 14:38:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8689.  
  8690.     * simple.el: Doc fix.
  8691.  
  8692. Fri Nov 15 19:07:30 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8693.  
  8694.     * startup.el (command-line): Don't bother catching errors that
  8695.     occur while the window system file is loading; cmd_error can now
  8696.     properly handle errors that occur before screens are set up
  8697.     properly.
  8698.  
  8699.     * startup.el (command-line): baud-rate is a variable, not a
  8700.     function.
  8701.  
  8702. Thu Nov 14 16:44:01 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8703.  
  8704.     * info.el (Info-mode): Mention Info-directory in the list of
  8705.     commands in the docstring.
  8706.     (Info-follow-nearest-node): Rebalance parens.
  8707.  
  8708. Mon Nov 11 18:15:43 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8709.  
  8710.     * find-dired.el: New version munged by sk for tree dired.
  8711.  
  8712. Wed Nov  6 11:05:24 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8713.  
  8714.     * screen.el (screen-initialize, screen-notice-user-settings):
  8715.     Renamed global-minibuffer-screen to default-minibuffer-screen.
  8716.  
  8717. Tue Nov  5 15:43:54 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8718.  
  8719.         * diary.el (diary-rosh-hodesh): Add Erev Rosh Hodesh to the diary,
  8720.     as needed.
  8721.  
  8722. Thu Oct 31 22:24:04 1991  Richard Mlynarik  (mly at peduncle)
  8723.  
  8724.         * ebuff-menu.el (eletric-buffer-menu-mode-map):  Define
  8725.         < and > to scroll-left and scroll-right per user suggestion.
  8726.  
  8727. Thu Oct 31 01:34:14 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8728.  
  8729.     * files.el (cd): Don't bother calling pwd after changing the
  8730.     directory.
  8731.  
  8732.     * shell.el (shell-mode): Doc fix.
  8733.  
  8734.     * screen.el (screen-notice-user-settings): When replacing the
  8735.     initial screen with a minibuffer-only screen, append the original
  8736.     screen's parameters to initial-screen-parameters, so that moves
  8737.     and resizes may take place if appropriate.
  8738.  
  8739.         * cmushell.el: This is now the real shell.el.  Removed the "cmu"
  8740.     prefix from names.
  8741.     (shell): Marked this to be autoloaded.
  8742.  
  8743. Tue Oct 29 11:58:48 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8744.  
  8745.     * files.el (find-file-noselect): Extract filename abbreviation
  8746.     code into separate function.
  8747.     (abbreviate-file-name): This is that.
  8748.  
  8749.     * files.el (after-find-file): If the directory containing the file
  8750.     doesn't exist, offer to create it.
  8751.     (make-directory-path): New function to support this offer.
  8752.  
  8753. Mon Oct 28 21:42:48 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8754.  
  8755.     * macros.el (apply-macro-to-region-lines): Use a marker to keep
  8756.     track of the next line to operate on, so the macro can delete or
  8757.     add lines.
  8758.  
  8759. Sat Oct 26 00:27:40 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8760.     
  8761.     * disass.el (disassemble): Correctly distinguish functions with no
  8762.     interactive spec and functions that are (interactive).  Correctly
  8763.     extract components of explicit calls to byte-code (old-style
  8764.     compiled functions).  Correctly pass byte code of function to
  8765.     disassemble-1.
  8766.     (disassemble-1): Use nth to extract components of explicit call to
  8767.     byte-code, not car and cdr.
  8768.  
  8769. Fri Oct 25 18:17:26 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8770.  
  8771.     * lisp-mode.el (eval-print-last-sexp): Saying (terpri
  8772.     (current-buffer)) after evaluating the expression does bad things
  8773.     if the expression changes the current buffer, so bind
  8774.     standard-input to the buffer that is current before evaluation.
  8775.  
  8776. Mon Oct 21 19:56:11 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8777.  
  8778.     * compile.el (compilation-buffer-name-function,
  8779.     compilation-finish-function): Add autoload cookie for these.
  8780.  
  8781. Tue Oct 15 03:03:27 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8782.  
  8783.     * info.el (Info-follow-nearest-node): Adjusted for new return
  8784.     value format from coordinates-in-window-p.
  8785.  
  8786. Tue Oct  8 15:44:51 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8787.  
  8788.     * add-log.el (change-log-name): New fn.
  8789.     (add-change-log-entry, add-change-log-entry-other-window): All
  8790.     args optional.  FILE-NAME defaults to new var
  8791.     `change-log-default-name'.  Give this var a local value in the
  8792.     buffer we were run from, pointing to the file we found.
  8793.  
  8794. Mon Oct  7 17:36:30 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8795.  
  8796.     * compile.el (compilation-buffer-p): New fn.
  8797.     (compilation-find-buffer, compile-goto-error): Use it.
  8798.  
  8799. Sat Oct  5 18:07:29 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8800.  
  8801.     * compile.el (compile-internal): Don't make state vars local.
  8802.     (compilation-mode): Do it here.
  8803.     (compilation-parse-errors-function, compilation-error-message):
  8804.     Give initial values.
  8805.     (compile-goto-error): Look for compilation-error-list rather than
  8806.     compilation-parse-errors-function in the buffer-local variables
  8807.     to see if this is a compilation buffer, because the latter might
  8808.     not be local.
  8809.  
  8810. Fri Oct  4 19:30:07 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8811.  
  8812.     * files.el (revert-buffer): Call verify-visited-file-modtime with
  8813.     one arg (the current buffer), instead of none.
  8814.  
  8815. Fri Oct  4 16:17:14 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8816.  
  8817.     * rmail.el: Changed two regexps not to look specifically for 19yy
  8818.     for years; look for yyyy instead.  Planning for the millenium.
  8819.  
  8820. Thu Oct  3 18:36:31 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8821.  
  8822.     * version.el (emacs-version): (From Bob:) Take optional arg
  8823.     (prefix arg) to insert version text at point.
  8824.  
  8825. Thu Sep 26 05:28:34 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8826.  
  8827.     * info.el (Info-default-directory-list): defvar this instead of
  8828.     defconsting it, so paths.el can set it.
  8829.  
  8830. Thu Sep 26 01:40:12 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8831.  
  8832.     * map-ynp.el (map-y-or-n-p): Fixed for lists containing nil.
  8833.  
  8834. Mon Sep 10 19:43:20 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  8835.  
  8836.     * autoload.el (batch-update-autoloads): Use catch and throw to
  8837.     give up on a file altogether if it gets an error.
  8838.  
  8839.     * autoload.el (update-file-autoloads): Always check the old section.
  8840.     If the file has no cookies, it will be deleted and not replaced.
  8841.  
  8842. Sun Sep  8 17:44:17 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8843.  
  8844.     * simple.el (line-move): After C-e, do consider eol of blank line.
  8845.     Don't treat start of blank line as eol.
  8846.  
  8847. Sat Sep  7 13:55:38 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8848.  
  8849.     * fill.el (fill-individual-paragraphs):
  8850.     Find a fill-prefix that works for the whole paragraph.
  8851.  
  8852.     * simple.el (line-move): Don't treat start of blank line as eol.
  8853.  
  8854. Tue Sep  3 21:55:08 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8855.  
  8856.     * debug.el (debugger-step-through): Fix message typo.
  8857.  
  8858. Mon Sep  2 20:28:24 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8859.  
  8860.     * server.el (server-start): Delete old socket in /tmp as well as in ~.
  8861.  
  8862. Mon Aug 26 23:30:14 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8863.  
  8864.     * abbrev.el, chistory.el: Remove periods from error messages.
  8865.  
  8866. Sun Aug 25 16:02:03 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8867.  
  8868.     * help.el (describe-function, describe-variable):
  8869.     Return the same text as was displayed.
  8870.  
  8871.     * files.el: Doc fix.
  8872.  
  8873.     * files.el: Don't require map-ynp.
  8874.     * map-ynp.el: No need for provide.
  8875.     * loadup.el: Load map-ynp.
  8876.  
  8877. Fri Aug 23 10:35:45 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8878.  
  8879.         * calendar.el (calendar-last-day-of-month, calendar-leap-year-p,
  8880.         calendar-day-number, calendar-absolute-from-gregorian): Change
  8881.     from functions to macros for speed.
  8882.  
  8883. Thu Aug 22 19:57:12 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  8884.  
  8885.     * files.el (find-backup-file-name):
  8886.     (apply fun (cons first rest)) => (apply fun first rest).
  8887.     Come on, guys.
  8888.  
  8889. Tue Aug 20 16:20:42 1991  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  8890.     
  8891.     * rmail.el (rmail-convert-to-babyl-format): Roland added the
  8892.     missing paren in the wrong place; fixed.    
  8893.         
  8894.     * screen.el (screen-initialize): Added missing `function' around
  8895.     lambda expression.
  8896.         
  8897. Tue Aug 20 16:15:13 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8898.  
  8899.     * files.el (switch-to-buffer-other-screen,
  8900.     find-file-read-only-other-screen): Remove extra parens.
  8901.  
  8902.     * rmail.el (rmail-convert-to-babyl-format): Add missing paren.
  8903.  
  8904. Mon Aug 19 12:16:47 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  8905.  
  8906.         * calendar.el (redraw-calendar): Preserve cursor location in
  8907.     redrawing.
  8908.     (extract-calendar-month, extract-calendar-day,
  8909.     extract-calendar-year):
  8910.         Change from functions to macros to speed up computation.
  8911.  
  8912.         * holiday.el:
  8913.         calendar-holiday-function-rosh-hashanah-etc: Correct date of Selichot.
  8914.  
  8915. Sun Aug 18 19:46:20 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  8916.  
  8917.     * rmail.el (rmail-convert-to-babyl-format):
  8918.     If can't find end of babyl header or babyl message,
  8919.     try to resync with next ordinary message.
  8920.  
  8921. Sat Aug 17 20:54:46 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  8922.  
  8923.     * doctor.el (doctor-strangelove): New fn.
  8924.     (doctor-member): Removed.
  8925.     (doctor-doc): Use member instead of doctor-member.
  8926.     (doctor-rms): Restored.
  8927.  
  8928. Fri Aug 16 00:07:35 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8929.  
  8930.     * term/x-win.el: Removed obsolete definitions for function keys.
  8931.  
  8932. Thu Aug 15 02:32:24 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8933.  
  8934.     * screen.el (screen-create-initial-screen): Renamed to
  8935.     screen-initialize.  Arrange to cause errors if people try to
  8936.     create screens when no window system is running.
  8937.  
  8938.     * loadup.el: load screen.el into the dumped emacs.
  8939.  
  8940.     * subr.el (add-hook): Cons FUNCTION onto the value of the symbol
  8941.     HOOK, not the symbol itself.
  8942.  
  8943.     * loaddefs.el (ctl-x-4-map): Move definition from here...
  8944.     * subr.el (ctl-x-4-map): To here.
  8945.     (ctl-x-3-map): New prefix.
  8946.     (mouse-map): Deleted.
  8947.  
  8948.     * screen.el (new-screen-x-delta, new-screen-y-delta,
  8949.     new-screen-position): Removed.
  8950.     (new-screen): Simplified.
  8951.     (split-to-other-screen): Removed.
  8952.     (switch-to-buffer-other-screen, find-file-other-screen,
  8953.     find-file-read-only-other-screen, mail-other-screen): Moved, along
  8954.     with their keybindings, to...
  8955.     * files.el (switch-to-buffer-other-screen, find-file-other-screen,
  8956.     find-file-read-only-other-screen): Here...
  8957.     * sendmail.el (mail-other-screen): And here.
  8958.  
  8959. Wed Aug 14 18:48:25 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  8960.  
  8961.     * files.el (generate-new-buffer): Function moved here from
  8962.     src/buffer.c.
  8963.     (set-visited-file-name): Use the new argument to rename-buffer.
  8964.  
  8965.     * macros.el (apply-macro-to-region-lines): Don't complain if there
  8966.     is no defined keyboard macro if one was passed as an argument.
  8967.     Don't test if macro is null inside the loop; set it to
  8968.     last-kbd-macro outside the loop.
  8969.  
  8970. Wed Aug 14 18:30:38 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8971.  
  8972.     * info.el: Removed bindings and help reference to nonexistent
  8973.     mouse commands.
  8974.     (Info-default-directory-list): New defconst, list to initialize
  8975.     Info-directory-list with by default.
  8976.     (info): Initialize Info-directory-list to
  8977.     Info-default-directory-list if there is no INFODIR envariable.
  8978.     * paths.el (Info-default-directory-list): Define instead of
  8979.     Info-directory-list.
  8980.  
  8981. Tue Aug 13 07:57:29 1991  Ken Raeburn  (raeburn@watch.com)
  8982.  
  8983.     * time.el (display-time-24hr-format): New variable.
  8984.     (display-time-filter): If display-time-24hr-format is non-nil,
  8985.     display time in 24-hour format, rather than using AM/PM suffix.
  8986.     Also, don't blow up in substring if load average is unavailable.
  8987.  
  8988. Tue Aug 13 04:31:30 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  8989.  
  8990.     * screen.el: Incorporated other-screen functions and key bindings.
  8991.  
  8992.     * screen.el: iconification code reworked; this code will require
  8993.     a mapping hook of some sort to work correctly.
  8994.  
  8995.     * screen.el, term/x-win.el: Renamed screen-default-alist to
  8996.     default-screen-alist.
  8997.     (default-screen-alist): Moved declaration to screen.c; the
  8998.     screen creation subrs should consult this transparently.
  8999.  
  9000.     * term/x-win.el (x-get-resources, x-pop-initial-window): Functions
  9001.     deleted.  Don't call them at the bottom of the file anymore.
  9002.  
  9003. Mon Aug 12 02:16:22 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9004.  
  9005.     * simple.el (undo-start): Doc fix: undo-pointer -> pending-undo-list.
  9006.  
  9007.     * files.el (save-some-buffers): Add missing `(and' and matching
  9008.     `)' so that buffer-offer-save is actually tested.
  9009.  
  9010. Mon Aug 12 01:14:37 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9011.  
  9012.     * window.el (split-window-keep-point): New user option.
  9013.     (split-window-vertically): Modified to support it.
  9014.     * startup.el (command-line): Choose a default value for
  9015.     split-window-keep-point according to the baud rate.
  9016.     * term/x-win.el: Set split-window-keep-point.
  9017.  
  9018. Sat Aug 10 21:02:00 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9019.  
  9020.     * term/x-win.el (x-daemon-mode, x-establish-daemon-mode): Removed
  9021.     these functions; we do this differently now.
  9022.  
  9023. Wed Aug  7 22:49:14 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9024.  
  9025.     * autoload.el (batch-update-autoloads): Do (save-some-buffers t)
  9026.     before killing emacs, so loaddefs.el will be saved.
  9027.  
  9028. Mon Aug  5 18:41:25 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9029.  
  9030.     * screen.el (screen-creation-func): Renamed to
  9031.     screen-creation-function, as per the convention.
  9032.  
  9033.     * screen.el (screen-creation-func): Do not initialize this
  9034.     according to the window system name; let the window
  9035.     system-specific file initialize it however it wants.
  9036.     * term/x-win.el: Set screen-creation-function to x-create-screen.
  9037.  
  9038.     * screen.el: All of the screen startup code reworked.
  9039.  
  9040. Thu Aug  1 14:48:40 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9041.  
  9042.     * startup.el (pre-init-hook): New variable.
  9043.     (window-setup-hook): Doc fix.
  9044.     (command-line): Call pre-init-hook.
  9045.     (command-line-1): Updated copyright date.
  9046.  
  9047. Wed Jul 31 13:39:04 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9048.  
  9049.     * rmailedit.el: When initializing rmail-edit-map, take the cdr of
  9050.     text-mode-map before nconcing it, to omit the keymap header.
  9051.  
  9052. Wed Jul 31 02:03:38 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9053.  
  9054.     * screen.el (auto-new-screen-function): Renamed to
  9055.     pop-up-screen-function.
  9056.     (buffer-in-other-screen): Use pop-up-screens, not auto-new-screen.
  9057.  
  9058. Tue Jul 30 22:49:17 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9059.  
  9060.     * apropos.el (apropos, super-apropos): Don't make window for no syms.
  9061.  
  9062. Mon Jul 29 23:34:04 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9063.  
  9064.     * loaddefs.el: Don't make backup versions of this file.
  9065.  
  9066. Sun Jul 28 14:39:44 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9067.  
  9068.     * autoload.el (generate-autoload-cookie): Doc fix.
  9069.  
  9070. Sun Jul 28 08:42:20 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9071.  
  9072.     * etags.el: Renamed new-etags.el, copied Emacs 18's tags package
  9073.     into its place - the new version seemed to have half-completed
  9074.     major changes.  Added autoload marks and changed it to (provide
  9075.     'etags) instead of tags.
  9076.     
  9077.         * help.el: Autoload the (defvar help-map ...) so that info.el
  9078.     can define keys in it.
  9079.     * loaddefs.el: Updated.
  9080.  
  9081. Sat Jul 27 20:20:57 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9082.  
  9083.     * info.el (Info-find-emacs-command-node): New fn.
  9084.     (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
  9085.     New fns, bound to C-h C-f and C-h C-k, to pop to the info node for
  9086.     an Emacs command or keystroke.
  9087.  
  9088. Fri Jul 26 23:25:42 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9089.  
  9090.     * terminal.el (te-stty-string): Delete `new' since loses on SYSV.
  9091.  
  9092. Thu Jul 25 19:22:02 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9093.  
  9094.     * edebug.el: Version 2.5 from LaLiberte.
  9095.  
  9096. Thu Jul 25 12:40:39 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9097.  
  9098.     * view.el: (define-key "C-xv" 'view-file).
  9099.     (view-file-other-window, view-buffer-other-window): New functions.
  9100.     (view-prev-buffer): Renamed to view-return-here.
  9101.     (view-exit): If view-return-here is a buffer, switch to it;
  9102.     if it is a window configuration, apply it.
  9103.  
  9104.     * subr.el (search-forward-regexp, search-backward-regexp): Added
  9105.     alternate names.
  9106.  
  9107. Wed Jul 24 00:34:15 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  9108.     
  9109.     * diff.el (diff): Turn off read-only flag to insert "no
  9110.     differences" message.
  9111.     
  9112. Tue Jul 23 18:54:26 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  9113.     
  9114.     * isearch.el (isearch): If the user switches to a different
  9115.     screen, exit the isearch.
  9116.         
  9117.     * isearch.el (isearch): Changed reference to `cmds' to use
  9118.     variable's new name `history'.
  9119.     
  9120. Tue Jul 23 15:00:06 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9121.  
  9122.     * rmail.el (rmail-first-unseen-message): Make loop looking for
  9123.     unseen msgs not skip the first one.
  9124.  
  9125.     * rmail.el (rmail-widen-to-current-msgbeg): Added missing close paren.
  9126.  
  9127. Sun Jul 21 07:54:33 1991  Jim Blandy  (jimb@pogo.gnu.ai.mit.edu)
  9128.     
  9129.     * isearch.el (isearch): Don't assume that we're repeating a search
  9130.     that found an empty string; check history to make sure we're
  9131.     repeating a search and not starting one up with a pattern from the
  9132.     ring.
  9133.         
  9134.     * view.el: When initializing view-mode-map, use the new-style key
  9135.     maps.
  9136.         
  9137.     * screen.el (auto-new-screen-function): Set this to a lambda which
  9138.     calls the screen-creation-func.
  9139.  
  9140. Fri Jul 19 16:14:33 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9141.  
  9142.     * backquote.el (bq-make-maker):
  9143.     Don't replace quoted shared structure by copies.
  9144.  
  9145. Fri Jul 19 10:42:57 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9146.  
  9147.     * files.el (save-some-buffers): Added save-excursions around code
  9148.     that does set-buffer.
  9149.  
  9150. Mon Jul 15 19:33:30 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9151.  
  9152.     * etags.el (visit-tags-table): Don't make tags-completion-alist.
  9153.     (tags-completion-alist): If tags-completion-alist is non-nil,
  9154.     return it; else build it and then return it.
  9155.     (find-tag-tag): Pass 'tags-completion-alist as TABLE to
  9156.     completing-read, so the table is built on demand.
  9157.  
  9158.     * sendmail.el (mail-do-fcc): Added missing close paren.
  9159.  
  9160. Mon Jul 15 17:54:22 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9161.  
  9162.     * term/x-win.el: Enable interrupt-driven input after opening the X
  9163.     connection, so that the fcntls on file descriptor 0 apply to the
  9164.     socket, not the terminal.
  9165.  
  9166.     * screen.el: Don't bind `C-x o' to next-multiscreen-window or
  9167.     displace other-window to `M-o'.
  9168.  
  9169. Mon Jul 15 09:15:26 1991  Stephen A. Wood  (saw at hallc1)
  9170.  
  9171.     * fortran.el version 1.28.3
  9172.     Now works in either mode when `tab-width' is not 8.
  9173.  
  9174.     (fortran-electric-line-number, fortran-indent-to-column): Use
  9175.     `fortran-minimum-statement-indent' instead of 8.
  9176.  
  9177.     (fortran-current-line-indentation):  Now skips over line number
  9178.     and whitespace correctly when tab-width is not 8.
  9179.  
  9180.     (fortran-setup-tab-format-style):  Set `fortran-comment-line-column' and
  9181.     `fortran-minimum-statement-indent' to (max tab-width 6) instead of 8.
  9182.     The minimum 6 insures legal indenting for lines with line numbers.
  9183.     
  9184. Sat Jul 13 02:19:05 1991  Jim Blandy  (jimb at churchy.gnu.ai.mit.edu)
  9185.  
  9186.     * info.el (Info-find-node): Call buffer-flush-undo with one arg,
  9187.     instead of none.  Change call to get-buffer-c>reate to
  9188.     get-buffer-create.
  9189.  
  9190.     * startup.el (command-line): Remove the arguments from
  9191.     command-line-args as we process them.
  9192.     (command-line-1): Removed code to ignore the arguments processed
  9193.     in command-line, because they're all deleted now.
  9194.  
  9195.     * replace.el (occur): Set tem to the location of the match before
  9196.     adding it to occur-pos-list, so we don't end up with an
  9197.     occur-pos-list of nulls.  And allocate the final-context-start
  9198.     marker once, so we don't allocate jillions of markers in the 
  9199.  
  9200. Thu Jul 11 17:58:13 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  9201.  
  9202.     * term/x-win.el (x-handle-args): Re-written to take the command
  9203.     line switch as an argument, instead of just assuming it's in ARGS,
  9204.     and return the modified list.  Changed caller to pass and set
  9205.     command-line-args.
  9206.  
  9207.     * startup.el (command-line): Re-balance parens.
  9208.     Pass command-line-args to command-line-1, not args.
  9209.  
  9210. Tue Jul  9 12:28:14 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9211.  
  9212.     * map-ynp.el (map-y-or-n-p): Fixed lossage on ? or random char.
  9213.  
  9214. Mon Jul  8 21:26:28 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9215.  
  9216.     * ftp.el (ftp-command): Skip multiline messages.
  9217.  
  9218. Mon Jul  8 12:01:34 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9219.  
  9220.     * ispell.el (ispell-buffer): fset to 'ispell.
  9221.  
  9222.     * map-ynp.el (map-y-or-n-p): Don't quote a form inside quasiquote.
  9223.  
  9224. Thu Jul 4 16:56:45 1991  Stephen A. Wood  (saw at hallc1.cebaf.gov)
  9225.  
  9226.     * fortran.el: Added ;;;###autoload definition for
  9227.     fortran-tab-mode-default variable.
  9228.  
  9229.     * fortran.el (fortran-numerical-continuation-char): Replace
  9230.     (backward-line 1) with (forward-line -1) since backward-line is
  9231.     defined only in edt.
  9232.     (fortran-previous-statement): Fix error in parens.
  9233.     (fortran-indent-to-column): Likewise.
  9234.  
  9235. Thu Jul  4 13:01:57 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9236.  
  9237.     * files.el (save-some-buffers): Use map-y-or-n-p return value.
  9238.  
  9239.     * map-ynp.el (map-y-or-n-p): Fixed bug that caused first elt on !
  9240.     hit not get acted on.
  9241.  
  9242. Thu Jul  4 13:03:51 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9243.  
  9244.     * cmacexp.el (c-macro-expand): Use new variables
  9245.     c-macro-preprocessor and c-macro-options.
  9246.  
  9247.     * teco.el: New file.
  9248.  
  9249. Mon Jul  1 16:59:51 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9250.  
  9251.     * map-ynp.el (map-y-or-n-p): Fixed misplaced paren.
  9252.     Fixed list-eating bug.
  9253.  
  9254. Mon Jul  1 14:17:51 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9255.  
  9256.     * ws-mode.el: New file.
  9257.  
  9258.     * forms.el: New version from Vromans.
  9259.  
  9260. Sat Jun 29 16:04:08 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9261.  
  9262.     * map-ynp.el (map-y-or-n-p): LISTS may also be an iterator fn.
  9263.     PROMPTER may also be a format string.
  9264.  
  9265. Sat Jun 29 15:49:13 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9266.  
  9267.     * simple.el (shell-command-on-region):
  9268.     Handle case where input is from *Shell Command Output*.
  9269.  
  9270. Fri Jun 28 17:19:23 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9271.  
  9272.     * startup.el (command-line): Let init file change command-line-args.
  9273.     Don't fail to advance args past -debug-init.
  9274.     (command-line-1): Ignore here options processed at earlier stages.
  9275.  
  9276. Wed Jun 26 12:27:39 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9277.  
  9278.     * term/x-win.el (x-read-resources): When a resource is not
  9279.     available, use (nth 2 key-resname-default) to get the default, not
  9280.     (nth 3 key-resname-default), which is nil.
  9281.     Open the connection to the server *before* trying to read the
  9282.     resources, silly.
  9283.  
  9284. Thu Jun 20 06:28:50 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
  9285.  
  9286.     * subr.el (ignore): Added docstring for this; it appears as a key
  9287.     binding, so it ought to be described.
  9288.  
  9289. Wed Jun 19 12:26:17 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9290.  
  9291.     * find-dired.el (find-dired-sentinel): Don't twiddle a killed buffer.
  9292.  
  9293. Mon Jun 17 17:50:46 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9294.  
  9295.     * simple.el (kill-region): Allow read-only buffers.
  9296.  
  9297.     * find-dired.el (find-dired-filter): If the buffer has been
  9298.     killed, delete the process.
  9299.  
  9300.     * find-dired.el (find-ls-option): Made a defvar rather than defconst.
  9301.  
  9302. Wed Jun 12 14:01:07 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9303.  
  9304.     * upd-copyr.el (update-copyright): Fixed typo in help text.
  9305.  
  9306. Sun May 26 12:34:50 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9307.     
  9308.     * disass.el (disassemble-internal): Fixed typo string? -> stringp.
  9309.     
  9310. Sun May 26 11:36:43 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  9311.  
  9312.         * holiday.el (calendar-holiday-function-passover-etc): Correct
  9313.     date and spelling of Yom HaAtzma'ut.
  9314.  
  9315. Thu May 23 18:14:55 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9316.  
  9317.     * mail-utils.el: Require lisp-mode, because we use
  9318.     lisp-mode-syntax-table.  Lisp-mode is usually in the dumped emacs,
  9319.     but dumping should always be a convenience, not an unstated
  9320.     expectation.
  9321.     * lisp-mode.el: Do a (provide 'lisp-mode).
  9322.     Initialize lisp-mode-syntax-table outside of all functions, so
  9323.     that we don't have to hope that lisp-mode-variables has been
  9324.     called before using mail-strip-quoted-name.  Odd dependencies.
  9325.  
  9326.     * sendmail.el (mail-archive-file-name): Make this a defvar, not a
  9327.     defconst.  There seems to be no entry saying why this was made a
  9328.     defconst. 
  9329.  
  9330.     * text-mode.el (indented-text-mode-map): When redefining TAB,
  9331.     don't clobber the definition in text-mode-map, but DO share the
  9332.     rest of text-mode-map.
  9333.  
  9334. Thu May 23 14:34:03 1991  Michael I Bushnell  (mib@geech.gnu.ai.mit.edu)
  9335.     
  9336.     * startup.el (command-line): don't do anything if $VERSION_CONTROL
  9337.     is not set; move code to import environment var ahead of .emacs
  9338.     load.    
  9339.     
  9340. Wed May 22 20:11:53 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
  9341.  
  9342.     * forms.el (scroll-up, scroll-down): Made argument &optional.
  9343.  
  9344. Wed May 22 18:04:28 1991  Michael I Bushnell  (mib@churchy.gnu.ai.mit.edu)
  9345.     
  9346.     * rmail.el (rmail-variables): Rmail should not be a
  9347.     save-buffer-skip buffer.  If the user wants this confusing
  9348.     behavior, it can be personally customized.    
  9349.     
  9350. Wed May 22 15:05:03 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
  9351.  
  9352.     * term/x-win.el (x-switches-specified): Variable deleted; the
  9353.     options given on the command line are placed in screen-default
  9354.     alist, so that all the screens created get them.
  9355.     (x-handle-switch, x-handle-numeric-switch): Put the values in
  9356.     screen-default alist instead of in x-switches-specified.
  9357.     (x-handle-geometry): Put the geometry in initial-screen-alist.
  9358.     (x-pop-initial-window): Build the arguments to
  9359.     pop-initial-screen from initial-screen-alist and
  9360.     screen-default-alist alone; don't use x-switches-specified.
  9361.     (x-read-resources): New function to read the X defaults and put
  9362.     them in screen-default-alist.  Call this function at the bottom.
  9363.     * screen.el (death-function): Removed, because this is now handled
  9364.     better in startup.el.
  9365.     (pop-initial-screen): Don't do a condition-case to call
  9366.     death-function.
  9367.  
  9368. Sat May 18 14:11:06 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9369.  
  9370.     * macros.el (apply-macro-to-region-lines): Added a save-excursion
  9371.     around the macro invocation, so that the macro doesn't need to
  9372.     stay on the same line.
  9373.  
  9374.     * gdb.el (gdb-call): Don't set gdb-delete-prompt-marker to an
  9375.     empty region when the process-mark was at the beginning of the
  9376.     line, because this will cause an infinite loop in
  9377.     gdb-maybe-delete-prompt.
  9378.  
  9379.     * startup.el (command-line): If an error occurs while initializing
  9380.     the window system, catch it and write the error message to
  9381.     external-debugging-output.
  9382.  
  9383. Fri May 17 14:20:11 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  9384.  
  9385.         * holiday.el: Add Erev Shavuot to the full list of Jewish
  9386.     holidays.
  9387.  
  9388. Thu May 16 15:05:52 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  9389.  
  9390.     * macros.el (apply-macro-to-region-lines): New function.
  9391.  
  9392.     * term/x-win.el (x-handle-switch): The newline at the end of the
  9393.     comment line at the top of this function was missing.
  9394.  
  9395. Thu May 16 14:22:10 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9396.  
  9397.     * autoload.el (batch-update-autoloads): New function to update
  9398.     autoloads with emacs -batch.
  9399.  
  9400.     * autoload.el (generate-file-autoloads): Don't put non-autoload
  9401.     forms in the (autoloads ...) list in the header.
  9402.  
  9403. Tue May 14 18:05:51 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9404.  
  9405.     * map-ynp.el (map-y-or-n-p): Put the cursor in the echo area while
  9406.     prompting.
  9407.  
  9408. Mon May 13 21:55:14 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9409.  
  9410.     * bytecomp.el (byte-compile-setq): Clean error if var not a symbol.
  9411.  
  9412. Mon May 13 18:09:52 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9413.  
  9414.     * autoload.el (update-file-autoloads): If the file is in a buffer
  9415.     and that buffer is modified, update the autoloads regardless of
  9416.     the file times.
  9417.     If the file was not in a buffer before, kill the buffer we create.
  9418.     update-directory-autoloads on /gd/gnu/emacs/lisp had a tendency to
  9419.     eat all available memory.
  9420.  
  9421. Mon May 13 17:35:33 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
  9422.  
  9423.     * abbrev.el, add-log.el, apropos.el, asm-mode.el, autoload.el:
  9424.       awk-mode.el, backquote.el, bibtex.el, bytecomp.el, c++-mode.el:
  9425.       cal.el, calc-ext.el, calc.el, chistory.el, cl-indent.el, etags.el:
  9426.       compare-w.el, compile.el, dabbrev.el, debug.el, diary.el, diff.el:
  9427.       dired.el, disass.el, dissociate.el, doctor.el, ebuff-menu.el, edt.el:
  9428.       echistory.el, edebug.el, edmacro.el, emerge.el, find-dired.el:
  9429.       fortran.el, ftp.el, gdb.el, gnus.el, gnuspost.el, gosmacs.el:
  9430.       hanoi.el, helper.el, holidays.el, indent.el, info.el, informat.el:
  9431.       isearch.el, ispell.el, ledit.el, loaddefs.el, rect.el, macros.el:
  9432.       mail-utils.el, mailalias.el, makesum.el, man.el, map-ynp.el, mh-e.el:
  9433.       mlconvert.el, modula2.el, novice.el, nroff-mode.el, options.el:
  9434.       outline.el, paragraphs.el, picture.el, prolog.el, lpr.el, replace.el:
  9435.       reposition.el, rmail.el, spell.el, scribe.el, sendmail.el, server.el:
  9436.       shell.el, sort.el, scheme.el, tabify.el, telnet.el, terminal.el:
  9437.       tex-mode.el, texinfmt.el, texinfo.el, time.el, timer.el:
  9438.       underline.el, userlock.el, vi.el, view.el, vip.el, xscheme.el, yow.e:
  9439.     Fixed ;;;###autoload definitions.
  9440.  
  9441. Mon May 13 16:52:53 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9442.  
  9443.     * autoload.el (generate-file-autoloads): Don't do special
  9444.     doc-string hacking for defvar and defconst.  We in fact don't want
  9445.     loaddefs.el to have docstrings make-docfile can grok; it should be
  9446.     able to grok the originals, but not the copies, so there will be
  9447.     only one copy of each docstring in the DOC file.
  9448.  
  9449. Mon May 13 16:16:50 1991  Jim Blandy  (jimb at pogo.gnu.ai.mit.edu)
  9450.  
  9451.     * isearch.el (search-exit-char): As per the opinion poll results,
  9452.     change this to RET.
  9453.     (isearch): Change miscellanous internals so that newline is
  9454.     automatically quoted, and change the docstring and comments to say
  9455.     that RET exits the search.
  9456.  
  9457. Mon May 13 14:38:26 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9458.  
  9459.     * find-dired.el (find-ls-option): New defconst, string for "-ls".
  9460.     (find-dired): Use it.
  9461.  
  9462. Mon May 13 11:37:01 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9463.  
  9464.     * loaddefs.el (auto-mode-alist): Recognize .emacs only at end.
  9465.  
  9466. Mon May 13 10:27:56 1991  Jim Blandy  (jimb at wookumz.gnu.ai.mit.edu)
  9467.  
  9468.     * simple.el (blink-matching-open): Make this function interactive.
  9469.  
  9470. Sun May 12 20:30:31 1991  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  9471.  
  9472.     * find-dired.el (find-name-dired): Simple-minded find-dired
  9473.     interface to do "find -name PATTERN".
  9474.  
  9475.     * find-dired.el (find-dired-filter): Don't search; use
  9476.     forward-line instead.
  9477.     (find-dired-filter, find-dired-sentinel): Changed docstrings to
  9478.     comments.
  9479.  
  9480. Sat May 11 13:21:09 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9481.  
  9482.     * loaddefs.el: Moved some defvars and defconsts to other files
  9483.     (with ;;;###autoload).
  9484.  
  9485.     * reposition.el: Bind reposition-window to M-C-l.
  9486.  
  9487. Thu May  9 16:31:24 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  9488.  
  9489.     * autoload.el: New file, a package to maintain autoloads in
  9490.     loaddefs.el.
  9491.     * *.el: Make everything use it.  Comments in loaddefs.el explain
  9492.     what to do.
  9493.  
  9494.     * etags.el: (provide 'etags) inside of (provide 'tags).
  9495.     Why was the file renamed??
  9496.  
  9497.     * lisp-mode.el (eval-print-last-sexp): Use terpri instead of newline.
  9498.  
  9499. Thu May  9 07:15:16 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  9500.  
  9501.     * disass.el (disassemble-internal): Rearranged to conveniently
  9502.     handle compiled-function objects.
  9503.     (disassemble-1): Extract bytes and constants correctly from both
  9504.     compiled-function objects and calls to the byte-code function.
  9505.  
  9506.     * simple.el (kill-region): Remove the second item from the
  9507.     interactive spec; this is a vestige from when this function took a
  9508.     "verbose" argument.
  9509.  
  9510.     * lisp-mode.el (eval-print-last-sexp): Insert newlines before and
  9511.     after evaluating the expression.
  9512.  
  9513. Wed May  8 15:21:27 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9514.  
  9515.     * map-ynp.el: New file defines new fn map-y-or-n-p.
  9516.     * files.el (save-some-buffers): Rewritten to use it.
  9517.  
  9518. Wed May  8 13:25:59 1991  Brian Preble  (rassilon at mole.gnu.ai.mit.edu)
  9519.  
  9520.     * rmail.el: Doc fix.
  9521.     (rmail-first-message): New function; bound to "<".
  9522.  
  9523. Wed May  8 06:23:25 1991  Jim Blandy  (jimb at churchy.gnu.ai.mit.edu)
  9524.  
  9525.     * screen.el: Removed temporary hack to set up auto-new-screen and
  9526.     auto-new-screen-function.
  9527.  
  9528. Tue May  7 20:31:28 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  9529.  
  9530.     * find-dired.el: New fn M-x find-dired lets you run a `find'
  9531.     command and do dired on the result.
  9532.     * loaddefs.el (find-dired): Autoload it.
  9533.  
  9534. Mon May  6 15:00:00 1991  Stephen A. Wood  (saw at hallc1.cebaf.gov)
  9535.  
  9536.     * fortran.el version 1.28
  9537.     Major upgrade of previous version 1.21.  Cleaned up doc-strings, made
  9538.     all lines 80 or less characters and made the following changes.
  9539.  
  9540.     Added modify-syntax-entry's for ?\r and ?=.
  9541.     Bound LFD to fortran-reindent-then-newline-and-indent.
  9542.     Rebound \C-c\C-w to fortran-window-create-momentarily.
  9543.     Added numerous default abbreviations for keywords.
  9544.  
  9545.     (fortran-mode): Definition of `comment-line-start-skip' changed.
  9546.     `abbrev-mode' is set to t by default.  New local variables
  9547.     `fortran-tab-mode', `fortran-comment-line-column',
  9548.     `fortran-minimum-statement-indent', `fortran-column-ruler',
  9549.     and `fortran-tab-mode-string'.  Call fortran-analyze-file-format.
  9550.  
  9551.     (fortran-window-create, fortran-window-create-momentarily):  Cleaned
  9552.     up first function, created second to create a window 72 characters
  9553.     wide until a key is struck.
  9554.  
  9555.     (fortran-electric-line-number): Distinguish digit as continuation
  9556.     character from digit as line number.
  9557.  
  9558.     (fortran-previous-statement, fortran-next-statement):
  9559.     Recognize tab-digit continuation lines as well as fixed format.
  9560.  
  9561.     (fortran-blink-matching-if): New command.
  9562.     (fortran-indent-line): Change indentation of comments.
  9563.     (fortran-reindent-then-newline-and-indent): New command.
  9564.  
  9565.     (calculate-fortran-indent): Now handles tab format style.
  9566.     If a previous END statement is found, the indentation is reset to the
  9567.     minimum.
  9568.  
  9569.     (fortran-current-line-indentation, fortran-indent-to-column):
  9570.     (fortran-split-line, fortran-numerical-continuation-char): 
  9571.     (fortran-line-number-indented-correctly-p): Handle tab format style.
  9572.  
  9573.     (fortran-analyze-file-format):
  9574.     (fortran-tab-mode, fortran-setup-tab-mode-style):
  9575.     (fortran-setup-fixed-format-style): New commands.
  9576.  
  9577. Sun May  5 21:24:04 1991  Jim Blandy  (jimb at geech.gnu.ai.mit.edu)
  9578.  
  9579.     * calc.el: When setting up calc-digit-map, don't try to apply aref
  9580.     to the keymaps; extract the vectors from the keymaps before
  9581.     working on them.
  9582.     * calc-ext.el: When setting up calc-mode-map, use define-key and
  9583.     lookup-key instead of aset and aref.
  9584.  
  9585. Fri May  3 15:05:48 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9586.  
  9587.     * help.el (function-called-at-point): Try a symbol around point.
  9588.     (describe-function): Describe datatype also.
  9589.  
  9590. Wed May  1 01:28:43 1991  Roland McGrath  (roland at albert.gnu.ai.mit.edu)
  9591.  
  9592.     * lisp-mode.el (eval-last-sexp, eval-defun): Bind standard-output
  9593.     to where the value of the form will be printed while evalling it.
  9594.  
  9595. Tue Apr 30 20:24:45 1991  Roland McGrath  (roland at albert.gnu.ai.mit.edu)
  9596.  
  9597.     * lisp-mode.el (eval-last-sexp): Rewritten to read a form and then
  9598.     eval it, rather than using eval-region.  The old version could
  9599.     lose if the form being eval'd moved point or twiddled the restriction.
  9600.     (eval-defun): Similarly rewritten.
  9601.     (eval-print-last-sexp): Rewritten to just call eval-last-sexp;
  9602.     removed some duplicated code.
  9603.  
  9604. Tue Apr 30 18:14:58 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9605.  
  9606.     * isearch.el (isearch): * and ? are not special after incomplete input.
  9607.     When they are special, use old other-end for cs in both reverse
  9608.     and forward.
  9609.  
  9610. Tue Apr 30 22:53:05 1991  Stephen A. Wood  (saw at hallc1.cebaf.gov)
  9611.  
  9612.     * fortran.el version 1.28.
  9613.     Major upgrade of previous version 1.21.
  9614.  
  9615.     Now supports tab or fixed format style of continuation control and
  9616.     indentation.  In tab style, lines start with a tab, or a line
  9617.     number followed by a tab.  If the first character after the tab is
  9618.     a digit from 1 to 9, the line is a continuation line.  When
  9619.     entering fortran mode for a file, the first line that begins with
  9620.     6 spaces or a tab is found.  The buffer is then set respectively
  9621.     to either fixed format or tab format style.  The mode may be
  9622.     toggled with the command fortran-tab-mode.
  9623.  
  9624.     Fixed a bug in which indenting a comment line that contained a `!'
  9625.     caused a max-lisp-eval-depth exceeded error.
  9626.  
  9627.     Bound LFD to fortran-reindent-then-newline-and-indent.
  9628.  
  9629.     Added command fortran-blink-matching-if which is called when an
  9630.     endif statement is indented.  Enabled/disabled by setting variable
  9631.     of same name to t/nil.
  9632.  
  9633.     Added some abbreviations for modern fortrans.
  9634.  
  9635.     C-c C-w bound to new function fortran-window-create-momentarily
  9636.     which creates a 72 character wide window until the next key is struck.
  9637.  
  9638.     Variable fortran-continuation-char changed to
  9639.     fortran-continuation-string.
  9640.  
  9641.     Modified fortran-electric-line-number to just insert the struck
  9642.     digit when the point is located after 5 spaces, or when the point
  9643.     is located after a tab character and the last command was not
  9644.     fortran-indent-line or fortran-reindent-then-newline-and-indent.
  9645.     This allows digits to be manually used as continuation line
  9646.     indicators.
  9647.     Also fixed a bug in fortran-electric-line-number which caused the
  9648.     digit keys not to work at all if electric line numbering was
  9649.     disabled.
  9650.  
  9651. Mon Apr 29 15:01:52 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  9652.  
  9653.     * info.el (Info-read-subfile): Skip blank lines.
  9654.  
  9655. Mon Apr 22 19:53:58 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9656.  
  9657.     * resume.el, rfc822.el, rmail-kill.el: Doc fix.
  9658.  
  9659. Thu Apr 18 21:43:10 1991  Roland McGrath  (roland@gnu.ai.mit.edu)
  9660.  
  9661.     * add-log.el (prompt-for-change-log-name): Made a defun rather
  9662.     than a defmacro (braino fix).
  9663.  
  9664. Thu Apr 18 20:36:22 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9665.  
  9666.     * simple.el (count-lines-region): Display the number of characters
  9667.     in the region as well.
  9668.  
  9669. Sun Apr 14 23:35:21 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  9670.  
  9671.         * diary.el (diary-omer, diary-parasha): Fix punctuation in diary
  9672.     entries.
  9673.  
  9674. Fri Apr 12 15:24:43 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9675.  
  9676.     * prolog.el, r2bibtex.el, rect.el, refbib.el, register.el: Doc fix.
  9677.     * remote.el, replace.el: Doc fix.
  9678.  
  9679. Thu Apr 11 15:25:04 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9680.  
  9681.     * simple.el (kill-region): Don't print out a message saying how
  9682.     many characters are being killed.
  9683.  
  9684. Wed Apr 10 09:58:35 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9685.  
  9686.     * modula2.el, mouse.el, mpuz.el, nntp.el, options.el: Doc fix.
  9687.     * oshell.el, page-ext.el, page.el, paragraphs.el, picture.el: Doc fix.
  9688.  
  9689. Fri Apr  5 16:11:59 1991  Raul Acevedo  (kitaro@gnu.ai.mit.edu)
  9690.  
  9691.     * options.el: Edit-options-mode runs `Edit-options-mode-hook'.
  9692.     Also fixed the regexp used by Edit-options-modify so you can
  9693.     modify a variable if at the beginning of the buffer.
  9694.  
  9695. Fri Apr  5 14:45:24 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9696.  
  9697.     * man.el, medit.el, mh-e.el, mhspool.el, mim-mode.el: Doc fix.
  9698.  
  9699. Thu Apr  4 13:06:16 1991  Raul Acevedo  (kitaro@gnu.ai.mit.edu)
  9700.  
  9701.     * info.el (Info-mode): now runs `Info-mode-hook'
  9702.  
  9703. Tue Apr  2 17:12:54 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9704.  
  9705.     * mailpost.el, mail-utils.el, mailalias.el: Doc fix.
  9706.  
  9707. Sun Mar 24 21:35:34 1991  Richard Stallman  (rms@gnu.ai.mit.edu)
  9708.  
  9709.     * rmail.el (rmail-resend): New function.
  9710.     * sendmail.el (mail-alias-file): New global variable.
  9711.     (sendmail-send-it): Use that variable.
  9712.     * mailalias.el (expand-mail-aliases): Handle resent-to.
  9713.  
  9714.     * files.el (hack-local-variables): ignore-local-eval ignores `eval'.
  9715.  
  9716. Tue Mar 19 23:17:45 1991  Richard Stallman  (rms@gnu.ai.mit.edu)
  9717.  
  9718.     * fill.el (justify-current-line): Adjust for 18.57 behavior
  9719.     of current-column.
  9720.  
  9721. Sun Mar 17 16:13:00 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9722.  
  9723.     * add-log.el (add-change-log-entry): Recognize `@', not ` at '.
  9724.  
  9725.     * fill.el (justify-current-line): Handle extra indent after prefix.
  9726.  
  9727. Thu Mar 14 19:23:31 1991  Robert J. Chassell (bob@gnu.ai.mit.edu)
  9728.     
  9729.         * info.el (Info-forward-node): Go up several levels, if necessary.
  9730.         Add two new arguments. 
  9731.         (Info-final-node): Go forward from last node in menu.
  9732.     (Info-find-node): Turn off undo in Info's buffers.
  9733.     
  9734. Thu Mar 14 17:59:48 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9735.  
  9736.     * add-log.el (add-change-log-entry): Use `@', not ` at '.
  9737.  
  9738. Thu Mar 14 14:54:47 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9739.  
  9740.     * loaddefs.el, lpr.el: Doc fix.
  9741.  
  9742. Tue Mar 12 21:17:02 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9743.  
  9744.     * compare-w.el (compare-windows-whitespace):
  9745.     Now a set of chars, not a regexp.
  9746.     (compare-windows): Use it properly.
  9747.  
  9748. Tue Mar 12 13:09:44 1991  Brian Preble  (rassilon@gnu.ai.mit.edu)
  9749.  
  9750.     * info.el, informat.el, ispell.el, kermit.el, keypad.el: Doc fix.
  9751.     * ledit.el, lisp-mode.el, lisp.el: Doc fix.
  9752.  
  9753. Mon Mar 11 18:14:53 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9754.  
  9755.     * simple.el (kill-region): Make undo buffer and kill ring share.
  9756.  
  9757. Sun Mar 10 20:46:35 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9758.  
  9759.     * tar-mode.el: New file.
  9760.  
  9761. Fri Mar  8 15:05:14 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9762.  
  9763.     * indent.el, inf-lisp.el: Doc fix.
  9764.  
  9765. Fri Mar  8 14:46:59 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9766.  
  9767.     * bytecomp.el (byte-compile-file-form):
  9768.     Print warning for " unescaped in doc string.
  9769.  
  9770. Wed Mar  6 13:26:28 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9771.  
  9772.     * gosmacs.el, help.el, helper.el, hexl.el, hideif.el: Doc fix.
  9773.     * holidays.el, icon.el: Doc fix.
  9774.  
  9775. Tue Mar  5 13:41:02 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9776.  
  9777.     * gnusmail.el, gnusmisc.el, gnuspost.el, gomoku.el: Doc fix.
  9778.  
  9779. Mon Mar  4 22:35:31 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9780.  
  9781.     * info.el (Info-extract-menu-item): Use regexp search. 
  9782.     (Info-extract-menu-node-name): Fix typo in arglist.
  9783.  
  9784.     * info.el (Info-top-node, Info-final-node): New functions.
  9785.     (Info-forward-node, Info-backward-node): New functions.
  9786.  
  9787. Mon Mar  4 12:48:36 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9788.  
  9789.     * gnus.el: Doc fix.
  9790.  
  9791. Fri Mar  1 17:07:23 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9792.  
  9793.     * rmailout.el (rmail-output-to-rmail-file, rmail-output):
  9794.     Expand file name in dir used for completion.
  9795.  
  9796. Fri Mar  1 15:02:42 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9797.  
  9798.     * emerge.el, etags.el, field.el, files.el, fill.el, float.el: Doc fix.
  9799.     * fortran.el, ftp.el, gdb.el: Doc fix.
  9800.  
  9801. Thu Feb 28 18:05:37 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9802.  
  9803.     * bytecomp.el (byte-compile-cond-1): Fix handling of unconditional
  9804.     clauses.
  9805.  
  9806. Thu Feb 28 14:16:35 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9807.  
  9808.     * edmacro.el, edt.el, edt-doc.el, ehelp.el, emacsbug.el: Doc fix.
  9809.  
  9810. Wed Feb 27 14:22:04 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9811.  
  9812.     * ebuff-menu.el, echistory.el, edebug.el: Doc fix.
  9813.  
  9814. Tue Feb 26 16:00:30 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9815.  
  9816.     * isearch.el (isearch): Copy point from small window
  9817.     before deciding whether to set the mark.
  9818.  
  9819. Tue Feb 26 13:37:39 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9820.  
  9821.     * dired.el: Doc fix.
  9822.     (dired-flag-backup-and-auto-save-files): New arg UNFLAG-P.
  9823.     * disp-table.el, doctex.el, doctor.el: Doc fix.
  9824.     * doctex.el (LaTeXify-DOC): Use new permission wording.
  9825.  
  9826. Mon Feb 25 13:07:37 1991  Paul Hilfinger  (hilfingr@hilfinger.cs.nyu.edu)
  9827.  
  9828.     * fill.el (fill-individual-paragraphs): Changed response to mailp
  9829.     to effect only leading lines in a region (was getting confused
  9830.     about colons embedded in ordinary text).  Changed method of
  9831.     moving to next paragraph in the main loop to use forward-paragraph
  9832.     rather than goto-char, since the final character position is
  9833.     rendered obsolete by the intervening fill-region-as-paragraph.
  9834.  
  9835. Sun Feb 24 18:24:31 1991  Edward M. Reingold  (reingold at emr.cs.uiuc.edu)
  9836.  
  9837.         * diary.el (include-other-diary-files): Fix documentation string.
  9838.  
  9839. Sat Feb 23 15:25:23 1991  Roland McGrath  (mcgrath@cygint.cygnus.com)
  9840.  
  9841.     * compile.el (next-error): Fixed bug in rms's optimization.
  9842.  
  9843. Sat Feb 23 13:22:19 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9844.  
  9845.     * reposition.el: New file.
  9846.     * loaddefs.el (reposition-window): Autoload it.
  9847.  
  9848.     * rmailkwd.el: Doc fix.
  9849.  
  9850.     * rmail.el (rmail-first-unseen-message): New function.
  9851.     (rmail): Call that.
  9852.  
  9853.     * buff-menu.el (Buffer-menu-mode-map): Make `n' and `p' move by lines.
  9854.  
  9855. Thu Feb 21 20:46:27 1991  Roland McGrath  (mcgrath@cygint.cygnus.com)
  9856.  
  9857.     * compile.el (next-error): Do rms's optimization (Feb 8 change)
  9858.     when moving backward, too.
  9859.  
  9860. Wed Feb 20 04:35:50 1991  Jim Blandy  (jimb@geech.ai.mit.edu)
  9861.  
  9862.     * startup.el (command-line): Re-arranged nested ifs that handle
  9863.     the different command-line arguments into a cond, to make it
  9864.     easier for me to read.
  9865.  
  9866. Fri Feb 15 05:56:30 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9867.  
  9868.     * loaddefs.el: Bind \M-C-r to isearch-backward-regexp, since
  9869.     it really ought to be there.  I want it often.
  9870.  
  9871. Fri Feb  8 17:08:17 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9872.  
  9873.     * compile.el (next-error): Count lines from prev error, not file beg.
  9874.  
  9875. Thu Feb  7 12:15:46 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9876.  
  9877.     * c++-mode.el, c-comment.el, c-fill.el, c-mode.el: Doc fix.
  9878.     * cal.el, calc-alg2.el, calc.el, calendar.el, case-table.el: Doc fix.
  9879.     * chistory.el, cl-indent.el, cl.el, compare-w.el: Doc fix.
  9880.     * compile.el, completion.el, dabbrev.el, dbx.el, debug.el: Doc fix.
  9881.     * diary-add.el, diary.el, diff.el: Doc fix.
  9882.  
  9883. Wed Feb  6 23:50:12 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9884.  
  9885.     * c-mode.el (indent-c-exp, electric-c-terminator, c-indent-line):
  9886.     Treat `default:' like `case...:'.
  9887.  
  9888. Tue Feb  6 17:26:59 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9889.  
  9890.     * blackbox.el, buff-menu.el, bug-screen.el, bytecomp.el: Doc fix.
  9891.  
  9892. Mon Feb  4 21:49:39 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9893.  
  9894.     * info.el (Info-extract-menu-node-name): New arg MULTI-LINE.
  9895.     (Info-follow-reference): Pass t for that.
  9896.  
  9897. Mon Feb  4 17:06:58 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9898.  
  9899.     * bg-mouse.el, bib-mode.el: Doc fix.
  9900.  
  9901. Mon Feb  4 02:18:23 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9902.  
  9903.     * simple.el (eval-current-buffer): Removed, since it has been
  9904.     reintroduced to the C code.
  9905.  
  9906. Sat Feb  2 09:07:38 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9907.  
  9908.     * comint.el (comint-mode): Move the creation of input-ring down
  9909.     with the other variables, and (golly!) initialize it to a ring.
  9910.     (make-comint): Pass a parameter to comint-check-proc - buffer.
  9911.     * shell.el (shell): rebalance parens.
  9912.  
  9913. Thu Jan 31 21:35:16 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9914.  
  9915.     * replace.el (perform-replace): Prevent spurious match
  9916.     of ^foo in second part of foofoo after first part is deleted.
  9917.  
  9918. Thu Jan 31 21:30:44 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9919.  
  9920.     * files.el (find-file-noselect): Strip auto-mount prefix only if safe.
  9921.  
  9922. Thu Jan 31 14:34:33 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9923.  
  9924.     * time.el (display-time-filter): Use display-time-file-nonempty-p.
  9925.     (display-time-file-nonempty-p): New function; trace symlinks.
  9926.  
  9927. Wed Jan 30 17:51:19 1991  Brian Preble  (rassilon@mole.ai.mit.edu)
  9928.  
  9929.     * ada.el (ada-tabsize): Use prefix arg, not minibuffer.
  9930.     Doc fix.
  9931.  
  9932.     * abbrev.el: Doc fix.
  9933.     * abbrevlist.el: Doc fix.
  9934.     * apropos.el: Doc fix.
  9935.     * appt.el: Doc fix.
  9936.     * array.el: Doc fix.
  9937.     * asm-mode.el: Doc fix.
  9938.     * awk-mode.el: Doc fix.
  9939.  
  9940. Wed Jan 30 14:18:24 1991  Roland McGrath  (roland@cygint.cygnus.com)
  9941.  
  9942.     * compile.el (compilation-parse-errors): Don't remove duplicate errors.
  9943.     (next-error): Skip over duplicates here instead.
  9944.  
  9945. Wed Jan 30 16:37:41 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9946.  
  9947.     * appt.el: Doc fix.
  9948.  
  9949. Wed Jan 30 05:37:48 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  9950.  
  9951.     * paths.el (Info-directory-list): Look for info files in
  9952.     /usr/local/lib/info first, since this is the standard place for
  9953.     info files.
  9954.  
  9955. Tue Jan 29 13:15:29 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9956.  
  9957.     * info.el (info): With prefix arg, read file name and visit it.
  9958.  
  9959. Sat Jan 26 00:19:00 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9960.  
  9961.     * term/x-win.el: Do not define the f1 function key to run rmail.
  9962.  
  9963. Fri Jan 25 16:24:35 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9964.  
  9965.     * help.el (help-for-help): Call delete-other-windows.
  9966.  
  9967. Mon Jan 21 00:11:32 1991  Mike Newton  (newton@fig)
  9968.  
  9969.     * bibtex.el -- updated to conform better with bibtex 0.99c by:
  9970.     bibtex-mode : updated comments to indicate new use of 
  9971.     address, add minor explanations and fix small omissions.
  9972.     bibtex-entry : fixed spelling of variable
  9973.  
  9974.     * bibtex.el - Expanded the various bibtex-field-* patterns to
  9975.     allow fields like 'title = poft # "Fifth Triquaterly" #    random-conf,'.
  9976.     Needs to have more work done to accept all cases.  Added code for
  9977.     the bibtex 'crossref' command, which subsumes other options.  Made
  9978.     field ordering different when this option on.  Also allow user to
  9979.     have a list of field to be added to all entries 
  9980.     (bibtex-mode-user-optional-fields).  Merged in Bengt Martensson's
  9981.     changes.
  9982.  
  9983. Fri Jan 18 07:14:57 1991  Roland McGrath  (roland@cygint.cygnus.com)
  9984.  
  9985.     * compile.el (compilation-find-buffer): New function to find a
  9986.     compilation buffer to use (or barf if there aren't any).
  9987.     (kill-compilation, compile-goto-error, next-error): Use it.
  9988.  
  9989. Thu Jan 17 03:08:07 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  9990.  
  9991.     * info.el (Info): Init Info-directory-list from INFOPATH.
  9992.  
  9993. Sat Jan 12 16:22:33 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  9994.     
  9995.     * etags.el (visit-tags-file-buffer): use progn instead of
  9996.     save-excursion, so the buffer actually gets visited.
  9997.  
  9998. Fri Jan 11 14:45:07 1991  Richard Mlynarik  (mly@august-east.ai.mit.edu)
  9999.  
  10000.         * terminal.el (terminal-cease-edit):  If this dubious code
  10001.     is really necessary it might as well be more bug-free.
  10002.  
  10003.         * ehelp.el (with-electric-help):  Use window-configs.
  10004.  
  10005. Thu Jan 10 23:34:44 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  10006.  
  10007.     * loaddefs.el (minor-mode-alist): Doc fix.
  10008.  
  10009. Wed Jan  8 23:15:59 1991  Roland McGrath  (roland@albert.ai.mit.edu)
  10010.  
  10011.     * compile.el (compilation-parse-errors): Fixed maintenance of
  10012.     last-linenum, so dups are really found.
  10013.  
  10014. Tue Jan  8 11:26:07 1991  Jim Blandy  (jimb@pogo.ai.mit.edu)
  10015.  
  10016.     * bytecomp.el (byte-compile-byte-code-maker):  Since
  10017.     byte-compile-lambda is free to return the original lambda
  10018.     expression, we'd better be prepared to handle things that aren't
  10019.     bytecode objects.
  10020.  
  10021. Mon Jan  7 17:29:50 1991  Jim Blandy  (jimb@gnu.ai.mit.edu)
  10022.  
  10023.     * loaddefs.el: Don't forget to specify the filenames when
  10024.     autoload-ing byte-compile-buffer and byte-compile-defun.
  10025.  
  10026. Fri Jan  4 00:41:56 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  10027.  
  10028.     * files.el (find-file-noselect): Get rid of automounter prefixes.
  10029.  
  10030. Wed Jan  2 18:39:57 1991  Richard Stallman  (rms@mole.ai.mit.edu)
  10031.  
  10032.     * lpr.el (print-region-function): New hook variable.
  10033.     (print-region-1): Use it if non-nil.
  10034.     * vms-patch.el (print-region-function): Specify a function.
  10035.  
  10036. Mon Dec 31 23:49:38 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10037.  
  10038.     * files.el (revert-buffer): Clear buffer-backed-up if file has changed.
  10039.  
  10040. Sun Dec 30 23:11:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10041.  
  10042.     * bytecomp.el (byte-compile-buffer, byte-compile-defun): New functions.
  10043.     * loaddefs.el: Autoload them, and byte-compile also.
  10044.  
  10045.     * isearch.el (isearch-message): Always mention if case-sensitive.
  10046.     (isearch): Don't turn off uppercase-flag when char is not upper case.
  10047.  
  10048. Sat Dec 29 14:40:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10049.  
  10050.     * terminal.el (te-edit): New command.
  10051.     (terminal-edit-mode, te-terminal-cease-edit): New functions.
  10052.  
  10053.     * isearch.el (isearch): An upper-case letter sets uppercase-flag
  10054.     which turns off case-folding.  Save flag in search rings.
  10055.     (isearch-push-state, isearch-pop): Push and pop uppercase-flag.
  10056.     (isearch-search, isearch-message): Handle uppercase-flag.
  10057.     (search-ring, regexp-search-ring): Record uppercase-flag.
  10058.     (isearch-get-string-from-ring): New function.
  10059.  
  10060. Thu Dec 27 15:51:49 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10061.  
  10062.     * rmailsort.el (rmail-sort-messages): Print more progress messages.
  10063.     (rmail-sort-by-size-lines): New command.
  10064.     (rmail-sortable-date-string): Handle non-abbreviated month names.
  10065.     (rmail-sort-messages): Always show message 1.
  10066.  
  10067. Wed Dec 26 16:54:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10068.  
  10069.     * startup.el (command-line): Handle -debug-init: use debugger.
  10070.  
  10071.     * isearch.el (isearch): Use only barrier, not opoint,
  10072.     in starting point for reverse search.
  10073.  
  10074. Mon Dec 24 17:12:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10075.  
  10076.     * mouse.el (mouse-set-mark): Use sit-for, not sleep-for.
  10077.     (mouse-fill-paragraph): New command.
  10078.     (mouse-fill-paragraph-with-prefix): New command.
  10079.  
  10080.     * rmailout.el (rmail-output-to-rmail-file):
  10081.     Suggest file based on rmail-output-file-alist.
  10082.  
  10083. Sun Dec 23 17:07:13 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10084.  
  10085.     * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
  10086.     Accept `remote from ...'@end of UNIX From line.
  10087.  
  10088. Sat Dec 22 13:15:09 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10089.  
  10090.     * subr.el (defun-inline): New function.
  10091.  
  10092.     * bytecomp.el (byte-compile-form): Delete unreachable cond-clause.
  10093.  
  10094.     * time.el (display-time): Specify precise directory for wakeup.
  10095.     (display-time-filter): Don't display 0 as load.
  10096.     Catch error in load-average.
  10097.  
  10098. Fri Dec 21 11:37:32 1990  Chris Hanson  (cph@kleph)
  10099.  
  10100.     * info.el (Info-extract-menu-node-name): Permit \n between colon
  10101.     and start of node name.
  10102.  
  10103. Thu Dec 20 15:43:40 1990  Chris Hanson  (cph@kleph)
  10104.  
  10105.     * texnfo-upd.el (texinfo-update-menu-region-beginning): Change
  10106.     code that searches for "top" node so it returns the position of
  10107.     the beginning of the node line.  Always search from the buffer's
  10108.     start when looking for that node.
  10109.     (texinfo-make-one-menu): Bump forward over the outer node line.
  10110.  
  10111. Thu Dec 20 15:31:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10112.  
  10113.     * fortran.el: New version from gildea.
  10114.  
  10115. Thu Dec 20 15:21:11 1990  Chris Hanson  (cph@kleph)
  10116.  
  10117.     * texinfmt.el (texinfo-format-footnote): Number each footnote in a
  10118.     node so that multiple footnotes can be distinguished.
  10119.  
  10120.     * texnfo-upd.el: Change regular expression used to identify the
  10121.     "Top" node so that names that begin with "Top" do not confuse it.
  10122.  
  10123. Wed Dec 19 16:29:19 1990  Stephen Gildea  (gildea@expo)
  10124.  
  10125.     * fortran.el: Changes for version 1.21.1:
  10126.     Provide the 'fortran feature.
  10127.     Change syntax of '=' to punctuation.
  10128.     Add some more abbrevs.
  10129.     Change fortran-mode-map keymap to non-sparse.
  10130.     (fortran-electric-line-number): Fix bug occurring when
  10131.     fortran-electric-line-number is nil.
  10132.     (fortran-mode, fortran-next-statement):
  10133.     (fortran-line-number-indented-correctly-p): Fix up doc strings.
  10134.     (fortran-indent-to-column): Protect against nil comment-start-skip.
  10135.  
  10136. Wed Dec 19 13:17:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10137.  
  10138.     * mpuz.el: New file.
  10139.  
  10140. Tue Dec 18 20:25:28 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10141.  
  10142.     * files.el (hack-local-variables): Match suffix only@eol.
  10143.  
  10144. Sun Dec 16 17:54:07 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10145.  
  10146.     * startup.el (normal-top-level): Execute emacs-startup-hook.
  10147.  
  10148.     * rmail.el (rmail-parse-file-inboxes): Look for BABYL OPTIONS in u.c.
  10149.     (rmail-convert-to-babyl-format): Likewise.
  10150.     And don't skip white space after ^_ that ends a babyl format message.
  10151.  
  10152.     * saveconf.el: No need to rename kill-emacs.
  10153.     (save-context-predicate): Now uses save-buffer-context-predicate.
  10154.     (save-buffer-context-predicate): New function.
  10155.     (kill-emacs-hook): Supply a hook.
  10156.     (just-kill-emacs): New function.
  10157.     (emacs-startup-hook): Set this instead of top-level.
  10158.     (save-context-buffer-name): Test dired-directory for non-nil.
  10159.     (save-context-buffer-file-name): New function.
  10160.     (save-context): Record read-only status of buffers.
  10161.     (recover-context): Handle that.
  10162.  
  10163.     * register.el (point-to-register): If arg, save screen config.
  10164.     (jump-to-register): Restore screen config.
  10165.  
  10166. Sat Dec 15 15:34:04 1990  Roland McGrath  (roland@albert.ai.mit.edu)
  10167.  
  10168.     * compile.el (compilation-last-error): Remove this variable.
  10169.     (next-error): Don't set it.
  10170.  
  10171. Wed Dec 12 11:34:25 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10172.  
  10173.         * calendar.el (calendar-end-of-year): Delete extraneous statement
  10174.     in let.
  10175.         (calendar-mode): Update old description of use of hooks to get the
  10176.         fancy diary display.
  10177.  
  10178. Wed Dec 12 00:27:36 1990  Roland McGrath  (roland@albert.ai.mit.edu)
  10179.  
  10180.     * compile.el (compilation-error-buffer): Removed.
  10181.     (compilation-last-buffer): Now last buffer in which any of: started
  10182.     compilation; C-x `; C-c C-c; was done.
  10183.     (compile-internal): Don't set compilation-error-buffer.
  10184.     Start the process after setting up the mode, etc. in the compilation
  10185.     buffer.  Name the process (downcase mode-name) instead of "compilation"
  10186.     (so it will be "grep" for M-x grep).
  10187.     Make compilation-error-list, compilation-parsing-end local vars.
  10188.     (next-error): Slightly reorganized (changed (let* (while (save-ex))) to
  10189.     (let (save-ex (while)))).  Be sure to be in the compilation buffer
  10190.     before doing anything, so we will get local values for vars.
  10191.     Before doing anything, if current buffer is a compilation buffer, set
  10192.     compilation-last-buffer to that.  Always do things in
  10193.     compilation-last-buffer.
  10194.  
  10195.     * compile.el (compilation-error-regexp-alist,
  10196.     compilation-{enter,leave}-directory-regexp): Get rid of .*@the
  10197.     beginning of regexps.
  10198.  
  10199.     * compile.el (compilation-mode): Don't make local vars for parser,
  10200.     error-message, and regexp-alist.
  10201.     (compile-internal): Do it here, after calling compilation-mode.
  10202.  
  10203.     * compile.el (compilation-error-list): Changed elt format.
  10204.     (compilation-parse-errors): Don't find files when parsing.
  10205.     Instead record ((DIR . FILE) . LINENO) structures to describe each
  10206.     error.
  10207.     (next-error): Take the error descriptors, and find the file given in
  10208.     the descriptor, using compilation-find-file.  Then goto the line number
  10209.     given in the descriptor and replace the error descriptor cons with a
  10210.     marker into the source file buffer.  Then search through the
  10211.     compilation-error-list for errors in the same file, and turn their
  10212.     descriptors into markers as well.
  10213.     (compilation-find-file): Take new arg DIR, the directory to use as
  10214.     default in expanding the filename, and MARKER.  If we can't find the
  10215.     file@all, pop up MARKER's buffer and scroll to MARKER (to display
  10216.     the error message for which we want this file), and ask the user where
  10217.     to find the file.
  10218.  
  10219. Wed Dec 12 00:11:37 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10220.  
  10221.     * files.el (hack-local-variables): Display local vars@screen top.
  10222.  
  10223.     * server.el (server-process-filter): Don't be confused
  10224.     if input from process is split into multiple chunks.
  10225.  
  10226. Mon Dec 10 13:43:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10227.  
  10228.     * c-mode.el (indent-c-find-real-comment): New function.
  10229.  
  10230.     * sort.el (sort-subr): Eliminate special case for floats.
  10231.  
  10232.     * sort.el (sort-reorder-buffer, sort-build-lists):
  10233.     Use (key start . end) to record a record.
  10234.  
  10235. Sun Dec  9 22:04:55 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10236.  
  10237.     * lisp.el (insert-parentheses): Small cleanups.
  10238.  
  10239. Wed Dec  5 18:46:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10240.  
  10241.     * replace.el (occur): Show all lines that contain part of a match.
  10242.  
  10243. Tue Dec  4 21:01:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10244.  
  10245.     * time.el (display-time-filter): Let user specify mail file name.
  10246.  
  10247. Tue Dec  4 14:06:23 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10248.  
  10249.     * rmail.el (rmail-mode-map): Make < same as j.
  10250.  
  10251. Mon Dec  3 14:55:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10252.  
  10253.     * rmailsort.el (rmail-select-correspondent): New function.
  10254.     (rmail-sort-by-correspondent): New function.
  10255.     (rmail-sortable-date-string): Handle two-digit and four-digit years.
  10256.     (rmail-date-full-year): New subroutine.
  10257.     [Done by Szolovitz.]
  10258.  
  10259.     * fill.el (fill-region-as-paragraph): New feature: Adaptive Fill mode.
  10260.     (adaptive-fill-mode, adaptive-fill-regexp): New user options.
  10261.  
  10262. Fri Nov 30 01:58:26 1990  Mike Newton  (newton@gumby.cs.caltech.edu)
  10263.  
  10264.     * bibtex.el (start comments) : added earlier comments of Bengt
  10265.     Martensson.  Some of the changes listed below are originally his
  10266.     (including clean-entry, OPTkey and OPTannote, the function
  10267.     renaming and the preamble code).
  10268.  
  10269.     * bibtex.el (bibtex-field-* patterns) : expanded to allow fields
  10270.     like 'title = poft # "Fifth Triquaterly" #    random-conf,'.
  10271.     Needs to have more work done to accept all cases.
  10272.  
  10273.     * bibtex.el (bibtex-clean-entry-zap-empty-opts) : added.
  10274.  
  10275.     * bibtex.el (bibtex-include-OPTcrossref) : added.  If set, changes
  10276.     order of the the lists presented to luser.
  10277.  
  10278.     * bibtex.el (bibtex-include-OPTkey & bibtex-include-OPTannote) : added
  10279.  
  10280.     * bibtex.el (bibtex-mode-user-optional-fields) : can be set to a list
  10281.     of field the user wants to add to entries.
  10282.  
  10283.     * bibtex.el (bibtex-mode documentation string) updated for new changes,
  10284.     DEAthesis added back in, bibtex-preamble call added.
  10285.  
  10286.     * bibtex.el (bibtex-entry) : add OPTkey/annote.  If OPTcrossref set
  10287.     then put it in.
  10288.  
  10289.     * bibtex.el (bibtex-make-entry) : renamed  bibtex-make-field
  10290.  
  10291.     * bibtex.el (bibtex-make-optional-entry) : renamed  
  10292.     bibtex-make-optional-field.
  10293.  
  10294.     * bibtex.el (bibtex-Article) : change order of presentation 
  10295.     if OPTcrossref is set.
  10296.  
  10297.     * bibtex.el (bibtex-InBook) : change order of presentation 
  10298.     if OPTcrossref is set.
  10299.  
  10300.     * bibtex.el (bibtex-InCollection) : change order of presentation 
  10301.     if OPTcrossref is set.
  10302.  
  10303.     * bibtex.el (bibtex-InProceedings) : change order of presentation 
  10304.     if OPTcrossref is set.
  10305.  
  10306.     * bibtex.el (bibtex-MastersThesis) : added "note".
  10307.  
  10308.     * bibtex.el (bibtex-preamble) : added.
  10309.  
  10310.     * bibtex.el (bibtex-inside-field) : only go backwards if quote is there.
  10311.  
  10312.     * bibtex.el (bibtex-clean-entry) : added call to 
  10313.     bibtex-clean-entry-zap-empty-opts, OPT field testing for errors.
  10314.  
  10315.     * bibtex.el (bibtex-x-help) : added options Conference and preamble,
  10316.     restored DEAthesis.
  10317.  
  10318. Fri Nov 30 17:30:47 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10319.  
  10320.     * rmailsum.el (rmail-summary-mode-map): Don't rebind C-n and C-p.
  10321.     Put rmail-summary-next-all, etc., on M-n and M-p.
  10322.  
  10323. Thu Nov 29 20:43:40 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10324.  
  10325.     * rmail.el (rmail-insert-inbox-text): Don't give up if movemail fails.
  10326.  
  10327. Wed Nov 28 17:09:42 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10328.  
  10329.     * bytecomp.el (byte-compile-form): Don't let handlers change depth.
  10330.     (byte-compile-normal-call): Don't alter byte-compile-depth.
  10331.     (byte-compile-funcall): New function.
  10332.  
  10333. Tue Nov 27 14:42:55 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10334.  
  10335.         * diary.el (diary-float): Allow month to be a list of months, a
  10336.     single month, or t (for all months).
  10337.  
  10338. Mon Nov 26 18:11:53 1990  Jim Blandy  (jimb@geech.ai.mit.edu)
  10339.  
  10340.     * simple.el (copy-region-as-kill): No longer prints "Region
  10341.     copied" error message.
  10342.  
  10343. Mon Nov 26 17:02:13 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10344.  
  10345.     * bg-mouse.el (bg-insert-moused-sexp): If before ')', just skip that.
  10346.  
  10347. Mon Nov 26 10:30:59 1990   Neil Mager  (neilm@juliet.ll.mit.edu)
  10348.  
  10349.         * appt.el: Fixed if construct for midnight update.
  10350.  
  10351. Sun Nov 25 11:58:17 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10352.  
  10353.         * diary.el (insert-block-diary-entry): Change reference to
  10354.     mark-ring to calendar-mark-ring.
  10355.  
  10356. Wed Nov 21 17:09:21 1990   Neil Mager  (neilm@juliet.ll.mit.edu)
  10357.  
  10358.         * appt.el: Updated header of file to reflect changes.
  10359.  
  10360.         * appt.el: Added variable appt-display-diary to display the diary
  10361.         automatically when the appointments list is updated at midnight.
  10362.  
  10363.         * appt.el: Fixed bug to allow update of daily appointments list
  10364.         at midnight if today's diary had no entry. Required moving 'if'
  10365.         statement down several lines.
  10366.  
  10367.         * appt.el: Changed list-diary-entries-hook to diary-display-hook
  10368.         to be compatible with new version of the calendar/diary packgage.
  10369.  
  10370. Mon Nov 20 22:21:27 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10371.  
  10372.         * calendar.el (calendar-version): New constant, with date
  10373.         (calendar-count-days-region, calendar-not-available): New functions.
  10374.     (calendar-mode-map): Put them on keys.
  10375.         (calendar-mode): Describe them.
  10376.  
  10377. Sun Nov 11 13:59:44 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10378.  
  10379.         * diary.el (make-diary-entry): New function.
  10380.         (insert-diary-entry, insert-weekly-diary-entry,
  10381.         insert-monthly-diary-entry, insert-yearly-diary-entry,
  10382.         insert-hebrew-diary-entry, insert-monthly-hebrew-diary-entry,
  10383.         insert-yearly-hebrew-diary-entry, insert-islamic-diary-entry,
  10384.         insert-monthly-islamic-diary-entry,
  10385.         insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
  10386.         is supplied these make nonmarking diary entries; otherwise the entries
  10387.         made are marking.
  10388.         (insert-block-diary-entry, insert-anniversary-diary-entry,
  10389.         insert-cyclic-diary-entry): New functions.
  10390.         * calendar.el: Autoload them.
  10391.     (calendar-mode-map): Put them on keys.
  10392.         (calendar-mode): Describe them.
  10393.  
  10394. Thu Nov  8 17:12:22 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10395.  
  10396.         * calendar.el (calendar-set-mark,
  10397.     calendar-exchange-point-and-mark): New functions.
  10398.     (calendar-mode-map): Put them on keys.
  10399.         (calendar-mode): Describe them.
  10400.  
  10401. Tue Nov  6 11:57:01 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10402.  
  10403.         * calendar.el (sexp-diary-entry-symbol): New variable.
  10404.         (cursor-to-iso-calendar-date): Simplified, slightly.
  10405.         (cursor-to-calendar-day-of-year): Fixed punctuation.
  10406.         (cursor-to-french-calendar-date): Moved French names to arrays.
  10407.  
  10408.         * diary.el (list-sexp-diary-entries, diary-sexp-entry, diary-cyclic,
  10409.         diary-hebrew-date, diary-iso-date, diary-day-of-year,
  10410.         diary-float, diary-islamic-date, diary-anniversary, diary-block,
  10411.         diary-french-date, diary-omer, diary-yahrzeit, diary-parasha,
  10412.         diary-rosh-hodesh, hebrew-calendar-parasha-name): New functions.
  10413.         (list-diary-entries): Added call to (list-sexp-diary-entries) and
  10414.         fixed an obscure error that caused a diary entry to be missed if it
  10415.         was preceded by an empty entry of the same style.
  10416.         (list-hebrew-diary-entries, list-islamic-diary-entries): Fixed an
  10417.         obscure error that caused a diary entry to be missed if it was
  10418.         preceded by an empty entry of the same style.
  10419.         (mark-islamic-calendar-date-pattern): Renamed some local variables
  10420.         more appropriately.
  10421.  
  10422.  
  10423. Tue Oct 23 17:31:36 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10424.  
  10425.         * diary.el (list-diary-entries): Added a separate hook to do the
  10426.     display, so that the diary entries can be obtained without
  10427.     displaying them.
  10428.         (simple-diary-display): New function (renaming of
  10429.         ordinary-list-diary-hook).
  10430.         (fancy-diary-display): New function (renaming of
  10431.         prepare-fancy-diary-buffer).
  10432.  
  10433.         calendar.el: Add default definition of diary-display-hook.
  10434.  
  10435. Sat Oct 20 22:15:51 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10436.  
  10437.         * calendar.el (describe-calendar-mode): Rewrote to give just a
  10438.     brief description of the mode instead of calling describe-mode.
  10439.  
  10440. Mon Oct 19 10:23:43 1990   Neil Mager  (neilm@juliet.ll.mit.edu)
  10441.  
  10442.         * appt.el: Changed issue-appointments-message to 
  10443.         appt.issue.message in header.
  10444.  
  10445.         * appt.el: Using copy modified by rms.
  10446.  
  10447. Mon Oct  8 19:29:59 1990  Ed Reingold  (reingold at emr.cs.uiuc.edu)
  10448.  
  10449.         * holiday.el (calendar-holiday-function-hebrew): Fixed minor
  10450.     problem with the code to short-circuit the calculations to save
  10451.     time.
  10452.  
  10453.         *diary.el (mark-hebrew-calendar-date-pattern): Fixed minor problem
  10454.     with the code to short-circuit the calculations to save time.
  10455.  
  10456. Thu Nov 22 17:14:52 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10457.  
  10458.     * files.el (basic-save-buffer): Run after-save-hooks.
  10459.  
  10460. Wed Nov 21 15:02:35 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10461.     
  10462.         * texinfmt.el (texinfo-parse-line-arg): Ignore spaces@end of
  10463.         line.
  10464.         (texinfo-format-make-node): Handle Info file names with periods in
  10465.         them.
  10466.         
  10467.         * history.el: Specify `(provide 'history)'.
  10468.     
  10469. Mon Nov 20 22:21:27 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10470.  
  10471.         * calendar.el:
  10472.         Added constant calendar-version with date
  10473.         (calendar-count-days-region),
  10474.         (calendar-not-available): New functions.
  10475.     (calendar-mode-map): Put them on keys.
  10476.         (calendar-mode): Describe them.
  10477.  
  10478. Sun Nov 11 13:59:44 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10479.  
  10480.         * diary.el:
  10481.         (make-diary-entry): New function.
  10482.         (insert-diary-entry), (insert-weekly-diary-entry),
  10483.         (insert-monthly-diary-entry), (insert-yearly-diary-entry),
  10484.         (insert-hebrew-diary-entry), (insert-monthly-hebrew-diary-entry),
  10485.         (insert-yearly-hebrew-diary-entry), (insert-islamic-diary-entry),
  10486.         (insert-monthly-islamic-diary-entry),
  10487.         (insert-yearly-islamic-diary-entry): Modified so that if a prefix arg
  10488.         is supplied these make nonmarking diary entries; otherwise the entries
  10489.         made are marking.
  10490.         (insert-block-diary-entry), (insert-anniversary-diary-entry),
  10491.         (insert-cyclic-diary-entry): New functions.
  10492.         
  10493.         * calendar.el:
  10494.         Autoload them.
  10495.     (calendar-mode-map): Put them on keys.
  10496.         (calendar-mode): Describe them.
  10497.  
  10498. Thu Nov  8 17:12:22 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10499.  
  10500.         * calendar.el:
  10501.         (calendar-set-mark), (calendar-exchange-point-and-mark): New functions.
  10502.     (calendar-mode-map): Put them on keys.
  10503.         (calendar-mode): Describe them.
  10504.  
  10505. Tue Nov  6 11:57:01 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10506.  
  10507.         * calendar.el: Added new variable sexp-diary-entry-symbol.
  10508.         (cursor-to-iso-calendar-date): Simplified, slightly.
  10509.         (cursor-to-calendar-day-of-year): Fixed punctuation.
  10510.         (cursor-to-french-calendar-date): Moved French names to arrays.
  10511.  
  10512.         * diary.el:
  10513.         (list-sexp-diary-entries), (diary-sexp-entry), (diary-cyclic),
  10514.         (diary-hebrew-date), (diary-iso-date), (diary-day-of-year),
  10515.         (diary-float), (diary-islamic-date), (diary-anniversary),(diary-block),
  10516.         (diary-french-date), (diary-omer), (diary-yahrzeit), (diary-parasha),
  10517.         (diary-rosh-hodesh), (hebrew-calendar-parasha-name): New functions.
  10518.         (list-diary-entries): Added call to (list-sexp-diary-entries) and
  10519.         fixed an obscure error that caused a diary entry to be missed if it
  10520.         was preceded by an empty entry of the same style.
  10521.         (list-hebrew-diary-entries), (list-islamic-diary-entries): Fixed an
  10522.         obscure error that caused a diary entry to be missed if it was
  10523.         preceded by an empty entry of the same style.
  10524.         (mark-islamic-calendar-date-pattern): Renamed some local variables
  10525.         more appropriately.
  10526.  
  10527.  
  10528. Tue Oct 23 17:31:36 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10529.  
  10530.         * diary.el
  10531.         (list-diary-entries): Added a separate hook to do the display, so
  10532.         that the diary entries can be obtained without displaying them.
  10533.         (simple-diary-display): New function (renaming of
  10534.         ordinary-list-diary-hook).
  10535.         (fancy-diary-display): New function (renaming of
  10536.         prepare-fancy-diary-buffer).
  10537.  
  10538.         calendar.el: Add default definition of diary-display-hook.
  10539.  
  10540. Sat Oct 20 22:15:51 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10541.  
  10542.         * calendar.el
  10543.         (describe-calendar-mode): Rewrote to give just a brief description
  10544.         of the mode instead of calling describe-mode.
  10545.  
  10546. Mon Oct  8 19:29:59 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10547.  
  10548.         * holiday.el:
  10549.         (calendar-holiday-function-hebrew): Fixed minor problem with the
  10550.         code to short-circuit the calculations to save time.
  10551.  
  10552.         *diary.el:
  10553.         (mark-hebrew-calendar-date-pattern): Fixed minor problem with the
  10554.         code to short-circuit the calculations to save time.
  10555.  
  10556. Mon Sep 10 10:32:13 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10557.  
  10558.         * diary.el:
  10559.         (list-diary-entries), (list-hebrew-diary-entries),
  10560.         (list-islamic-diary-entries): Fixed to use add-to-diary-list.
  10561.  
  10562. Fri Sep  7 08:50:13 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10563.  
  10564.         * holiday.el
  10565.         (filter-visible-calendar-holidays): New function.
  10566.         (calendar-holiday-function-rosh-hashanah-etc): Rewrote.
  10567.         (calendar-holiday-function-tisha-b-av-etc): New function.
  10568.         (calendar-holiday-function-passover-etc): New function.
  10569.         (calendar-holiday-function-hanukkah): New function.
  10570.         (calendar-holiday-function-easter-etc): Rewrote.
  10571.  
  10572.         * calendar.el:
  10573.         (calendar-other-month): Rewrote.
  10574.         (calendar-read), (calendar-make-alist): New functions.
  10575.         Eliminated constants calendar-day-abbrev-list and
  10576.         calendar-month-abbrev-list.
  10577.         (calendar-current-date): Eliminated use of calendar-month-abbrev-list.
  10578.         Modified the default value of `calendar-holidays'.
  10579.         Added variable `all-christian-calendar-holidays'.
  10580.         Added variable `all-islamic-calendar-holidays'.
  10581.         Added variable `all-hebrew-calendar-holidays'.
  10582.         (redraw-calendar), (calendar-goto-date), (calendar-goto-julian-date),
  10583.         (calendar-goto-hebrew-date), (calendar-goto-islamic-date),
  10584.         (calendar-goto-iso-date): New functions.
  10585.     (calendar-mode-map): Put them on keys.
  10586.         (calendar-mode): Describe them.
  10587.     (calendar-mode-map): Put scroll-other-window on a key.
  10588.         list-diary-entries-hook: Changed the default value to
  10589.         ordinary-list-diary-hook.
  10590.  
  10591.         * diary.el:
  10592.         (mark-diary-entries), (mark-islamic-diary-entries),
  10593.         (mark-hebrew-diary-entries): Eliminated use of constant alists for
  10594.         month and day names.
  10595.         (prepare-fancy-diary-buffer): Fixed the way holidays are displayed
  10596.         when there are no diary entries but lots of holidays.
  10597.         (ordinary-list-diary-hook), (add-to-diary-list): New functions.
  10598.  
  10599.  
  10600. Thu Sep  6 19:23:12 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  10601.  
  10602.         * calendar.el:
  10603.         Changed reference at beginning of file from the report to the
  10604.         published version of the paper.
  10605.         Changed all calls to `mod' to call `%' to avoid problem with cl.
  10606.         (calendar-date-string): Added optional parameter `nodayname'.
  10607.         (cursor-to-islamic-calendar-date): Fixed so that
  10608.         calendar-date-string doesn't try find the day name.
  10609.         (cursor-to-hebrew-calendar-date): Fixed so that
  10610.         calendar-date-string doesn't try find the day name.
  10611.         nongregorian-diary-marking-hook: Fixed typo in doc string.
  10612.         (calendar-mode): Fixed a typo in doc string.
  10613.         (cursor-to-iso-calendar-date): Made message consistent with
  10614.         similar functions for Julian, Islamic, Hebrew, and French calendars.
  10615.         (calendar-absolute-from-gregorian): Simplified calculation.
  10616.         (calendar-mark-today): Changed today mark to `=' to avoid
  10617.         confusion with the default holiday mark.
  10618.         (calendar-julian-from-absolute): Rewrote parallel to other functions.
  10619.         (calendar-islamic-from-absolute): Rewrote parallel to other functions.
  10620.         (calendar-forward-day): Fixed movement when cursor is not on a date
  10621.         and arg is negative.
  10622.         Added description of new `if' form to doc string for calendar-holidays.
  10623.         
  10624.  
  10625.         * diary.el:
  10626.         Changed all calls to `mod' to call `%' to avoid problem with cl.
  10627.         (diary-entry-time): New function.
  10628.         (diary-entry-compare): Rewritten to take time of day into account.
  10629.  
  10630.         * holiday.el:
  10631.         Changed all calls to `mod' to call `%' to avoid problem with cl.
  10632.         (calendar-holiday-function-rosh-hashanah-etc): Fixed grammatical
  10633.         error in a comment.
  10634.         (calendar-holiday-function-hebrew): Fixed typo in doc string.
  10635.         (calendar-holiday-function-islamic): Fixed typo in doc string.
  10636.         (calendar-holiday-function-if): New function.
  10637.  
  10638. Mon Nov 19 16:24:35 1990  Richard Mlynarik  (mly@august-east)
  10639.  
  10640.         * rfc822.el (rfc822-addresses):  Blow out, don't loop, on ")
  10641.         (rfc822-addresses-1) Error if address "phrase" not followed by
  10642.     route-spec
  10643.  
  10644.         * ebuff-menu.el (Electric-buffer-menu-mode): Remove questionable
  10645.     code which attempted to fake out mode-name in mode-line-list.
  10646.         Also, use slow \\<...> technology.
  10647.  
  10648. Tue Nov 13 22:32:01 1990  David J. MacKenzie  (djm@apple-gunkies)
  10649.  
  10650.     * fortran.el: Use domain format instead of uucp format for bug
  10651.     list address.
  10652.  
  10653. Mon Nov 12 17:03:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10654.  
  10655.     * lisp.el (lisp-complete-symbol): Use emacs-lisp-mode-syntax-table.
  10656.  
  10657. Mon Nov  5 22:52:35 1990  Roland McGrath  (roland@geech.ai.mit.edu)
  10658.  
  10659.     * compile.el (compilation-window-height): Added defconst for this,
  10660.     since it somehow disappeared.
  10661.  
  10662.     * compile.el: Unoverhauled.  Restored from old 19 compile.el, plus
  10663.     these changes: (compilation-{enter,leave}-directory-regexp): New
  10664.     variables, specifying regexps that match lines saying the compilation
  10665.     process is entering/leaving a directory.  The default values match the
  10666.     messages produced by the `-w' option to GNU make.
  10667.     (compilation-error-regexp-alist): [Idea from tale.]  Replaces
  10668.     compilation-error-regexp.  Alist (REGEXP FILE-IDX LINE-IDX) of regular
  10669.     expressions to match errors in compilation.  If REGEXP matches, the
  10670.     FILE-IDX'th subexpression gives the file name, and the LINE-IDX'th
  10671.     subexpression gives the line number.
  10672.     (compilation-parse-errors): Rewritten.  Combine the error and
  10673.     enter/leave directory regexps into a single regexp to search for, and
  10674.     dispatch on which subexpressions match.  When the enter-directory
  10675.     regexp matches, set default-directory to that directory, and push it
  10676.     on compilation-directory-stack.  When the leave-directory regexp
  10677.     matches, pop the stack to find the matching directory, and set
  10678.     default-directory to that.  This change requries RE_NREGS to be (at
  10679.     least 26) (it's been upped from 10 to 30 in v19 ../src/regex.h).
  10680.     (compilation-finish-hook): New variable, a hook to run when a
  10681.     compilation finishes.  Called with two args: the compilation buffer
  10682.     that finished, and the string passed to the process-sentinel
  10683.     describing how it finished ("exited", "signaled", etc.).
  10684.     (compilation-sentinel): Call it.  (compilation-buffer-name-hook): Hook
  10685.     called to generate a name for a compilation buffer.  Passed one arg,
  10686.     the name of the major mode of the buffer.  (compile-internal): Use it.
  10687.     [From tale's changes:]
  10688.     (compile): Moved window enlarging to compile-internal.
  10689.     (compile-internal): Don't use with-output-to-temp-buffer.  Use
  10690.     display-buffer instead.
  10691.  
  10692. Mon Nov  5 05:03:32 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10693.  
  10694.     * c++-mode.el (c++-mode):  Made several global variables related to
  10695.     comment handling buffer-local.
  10696.  
  10697.     * emerge.el:  Moved the kill-buffers out of emerge-extract-* and
  10698.     into the emerge-make-*-list functions which are responsible for
  10699.     creating and using them.  unwind-protect it to make sure the
  10700.     buffer is always killed.
  10701.  
  10702.     * subr.el:  fset buffer-flush-undo to buffer-disable-undo, not
  10703.     buffer-enable-undo.
  10704.  
  10705.     * comint.el, inf-lisp.el, shell.el:  Updated to meet Olin's
  10706.     version 2.0 comint offerings.
  10707.         * ring.el:  The underlying history mechanism for comint.
  10708.     Generalised handling of a ring data type based on vectors.
  10709.     * history.el:  For now, a symlink to ring.el.
  10710.     * loaddefs.el:  Updated shell-prompt-pattern doc string.
  10711.  
  10712. Fri Nov  2 17:06:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10713.  
  10714.     * files.el (set-visited-file-name): Reject empty string as name.
  10715.  
  10716.     * saveconf.el (save-context): Record dired buffers.
  10717.     (save-context-buffer-name): Compute the "name" of a buffer.
  10718.     (restore-context): Handle expressions as buffer names.
  10719.  
  10720. Thu Nov  1 20:46:15 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10721.  
  10722.     * info.el (Info-find-node): Simplify file search.
  10723.     Try appending `.info' to specified name.
  10724.  
  10725. Wed Oct 31 11:09:33 1990  Jim Blandy  (jimb@gnu.ai.mit.edu)
  10726.  
  10727.     * bytecomp.el: Put properties on * so that the byte-compiler knows
  10728.     how to inline multiplication.
  10729.  
  10730. Tue Oct 30 15:20:05 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10731.  
  10732.     * files.el (delete-auto-save-file-if-necessary):
  10733.     Don't delete if auto-saveing in visited file.
  10734.  
  10735. Mon Oct 29 20:14:09 1990  Jim Blandy  (jimb@pogo.ai.mit.edu)
  10736.  
  10737.     * subr.el: `buffer-flush-undo' is now officially named
  10738.     `buffer-enable-undo'; added an alias for backward compatibility.
  10739.  
  10740. Sun Oct 28 15:56:12 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10741.  
  10742.     * dabbrev.el (dabbrev-expand): Use original abbrev for case pattern.
  10743.     Do preserve case if expansion has a single uppercase initial.
  10744.  
  10745. Fri Oct 26 00:13:25 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10746.  
  10747.     * subr.el (keyboard-translate): New function.
  10748.  
  10749. Thu Oct 25 16:24:16 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10750.  
  10751.         * texinfmt.el (texinfo-format-defun-1): Replace with new version
  10752.         that handles @deftypefn and related typed definition commands.
  10753.         (texinfo-format-deftypefn-type, texinfo-format-deftypefn-index):
  10754.         Formatting commands for @deftypefn and related typed definition
  10755.         commands.  Inserted related `put' expressions.
  10756.  
  10757. Tue Oct 23 02:00:32 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10758.  
  10759.     * emerge.el (emerge-setup, emerge-setup-with-ancestor):  Moved
  10760.     insert-buffer calls back before call to emerge-extract-diffs where
  10761.     the merge-buffer really needs to have something in it.
  10762.     (emerge-extract-diffs,emerge-extract-diffs3):  Moved errant
  10763.     kill-buffer which interfered with return value of functions.
  10764.  
  10765. Mon Oct 22 03:22:54 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10766.  
  10767.     * loaddefs.el, bibtex.el:  Changed bogus "" sequences attempting
  10768.     to generate a single quote to \" pairs.
  10769.  
  10770.     * calc-aent.el, calc-alg-2.el, calc-alg.el, calc-arith.el,
  10771.     calc-bin.el, calc-comb.el, calc-comp.el, calc-cplx.el,
  10772.     calc-ext.el, calc-forms.el, calc-frac.el, calc-funcs.el,
  10773.     calc-graph.el, calc-incom.el, calc-lang.el, calc-macs.el,
  10774.     calc-map.el, calc-mat.el, calc-math.el, calc-misc.el,
  10775.     calc-mode.el, calc-prog.el, calc-rewr.el, calc-rules.el,
  10776.     calc-sel-2.el, calc-sel.el, calc-store.el, calc-stuff.el,
  10777.     calc-trail.el, calc-undo.el, calc-units.el, calc-vec.el,
  10778.     calc-yank.el, calc.el:  New files for a very complete RPN
  10779.     calculator which supports integer, rational, floating-point,
  10780.     comples, matrix and symbolic arithmetic to arbitrary precision.
  10781.  
  10782.     edmacro.el:  New file, a keyboard macro editor.  On its own
  10783.     probably not very useful, but in the context of calc
  10784.     programmability it fits the model well.
  10785.  
  10786.     emerge.el:  New file, for merging files or buffers based on their
  10787.     differences.
  10788.  
  10789.     loaddefs.el:  Autoloads for calc, quick-calc, full-calc,
  10790.     calc-eval, defmath, calc-grab-region and calc-extensions for the
  10791.     calculator.  Bind calc to M-#.
  10792.     Autoloads for edit-kbd-macro, edit-last-kbd-macro and
  10793.     read-kbd-macro for edmacro.
  10794.     Autoloads for emerge-files, emerge-files-with-ancestor,
  10795.     emerge-buffers and emerge-buffers-with-ancestor for emerge.
  10796.  
  10797. Sun Oct 21 22:06:45 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10798.  
  10799.     * window.el (split-window-vertically):
  10800.     Select the bottom window if that lets point stay on screen.
  10801.  
  10802.     * etags.el (visit-tags-table-buffer):
  10803.     Handle local bindings of tags-file-name.
  10804.  
  10805. Fri Oct 19 15:59:50 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  10806.  
  10807.         * texinfmt.el (texinfo-format-include,
  10808.         texinfo-format-setfilename): Redefined to handle new include
  10809.         files.  (texinfo-format-buffer-1, texinfo-format-region): Add
  10810.         `last-input-buffer' so handles new include files.
  10811.         (texinfo-format-bullet, texinfo-format-minus,
  10812.         texinfo-format-paragraph-break): Require braces if used within
  10813.         line; do no require braces if used@end of line.
  10814.         (texinfo-optional-braces-discard): Discard optional braces.
  10815.  
  10816.         * texnfo-upd.el (texinfo-incorporate-descriptions): Require exact
  10817.         match for item names.  
  10818.         (texinfo-update-menu-region-beginning): Do not accidentally copy
  10819.         an info-only title for the top node into the main menu.
  10820.         (texinfo-section-types-regexp): Add `@chapheading'.
  10821.         (texinfo-find-lower-level-node, texinfo-find-higher-level-node,
  10822.         texinfo-menu-locate-entry-p, texinfo-copy-menu-title,
  10823.         texinfo-update-menu-region-beginning, texinfo-update-menu-region-end):
  10824.         Handle `@ifinfo' as well as comment line following node line.
  10825.         (texinfo-multiple-files-update and aux. files):  Added to handle
  10826.         multi-file Texinfo sources.
  10827.  
  10828. Thu Oct 18 17:40:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10829.  
  10830.     * info.el (Info-help): Go to one window.
  10831.  
  10832. Wed Oct 17 02:11:26 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10833.  
  10834.     * lisp-mode.el:  Indent autoload like defun.
  10835.  
  10836.     * cl.el, mh-e.el, gnus.el:  Change uses of lisp-indent-hook to
  10837.     lisp-indent-function.
  10838.  
  10839. Tue Oct 16 13:32:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10840.  
  10841.     * files.el (revert-buffer): Discard all undo records.
  10842.     * rmail.el (rmail-expunge, rmail-get-new-mail): Likewise.
  10843.  
  10844. Sun Oct 14 18:14:12 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10845.  
  10846.     * bytecomp.el (symbol-function, fset, read-char): Don't open code them.
  10847.  
  10848. Thu Oct 11 16:14:51 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10849.  
  10850.     * Kill commands on read-only buffers, just copy to kill-ring.
  10851.     * simple.el (kill-region): If read-only, just copy to kill-ring.
  10852.     (zap-to-char, kill-line, kill-comment, kill-word):
  10853.     (backward-kill-word, kill-paragraph, backward-kill-paragraph):
  10854.     Allow read-only buffers.
  10855.  
  10856.     * csharp.el: New file.
  10857.  
  10858. Wed Oct 10 18:00:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10859.  
  10860.     * rmailsum.el (rmail-summary-scroll-msg-up): Make msg visible.
  10861.     (rmail-summary-scroll-msg-down): Likewise.
  10862.  
  10863.     * bytecomp.el (byte-compile-associative): New function.
  10864.     (+, max, min, -): Use that.
  10865.     (byte-compile-make-binary, byte-compile-butlast): New functions.
  10866.  
  10867. Tue Oct  9 14:32:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10868.  
  10869.     * dired.el (dired-compress, dired-uncompress): Put output from
  10870.     subprocess in a buffer to display it.
  10871.  
  10872.     * appt.el (fix-time): Deleted.
  10873.     (appt-select-lowest-window): Renamed from select-lowest-window.
  10874.     (appt-visible): Renamed from appt-visable.
  10875.  
  10876.     * time.el (display-time-filter): Run display-time-hook.
  10877.  
  10878.     * lisp.el (lisp-complete-symbol): Last change clobbered beg.
  10879.  
  10880.     * lisp-mode.el (indent-sexp): Make sure outer loop ends@eob.
  10881.  
  10882. Mon Oct  8 16:59:45 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10883.  
  10884.     * man.el (nuke-nroff-bs): Handle o\b+.
  10885.  
  10886.     * files.el (save-buffers-kill-emacs): Do querying here.
  10887.     Don't die if process-list is not defined.
  10888.  
  10889.     * simple.el (next-complex-command): Fix typo.
  10890.  
  10891. Sun Oct  7 23:39:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10892.  
  10893.     * bytecomp.el (byte-compile-file): Run set-auto-mode.
  10894.  
  10895. Mon Oct  1 22:03:50 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10896.  
  10897.     * compile.el:  Major overhauls.  Remove references to mode, since
  10898.     it never really was a mode.
  10899.     (compile-regexp-list):  Don't use a single regexp, but try
  10900.     multiple ones from a list. 
  10901.     (next-error): Don't read in every single file when doing
  10902.     next-error, just go to the line of the next file, reading it in if
  10903.     need be.  The old method was slow and could end up creating a lot
  10904.     of buffers you never wanted around.
  10905.     Use buffer named in compilation-buffer.  Get buffer to use
  10906.     interactively via compilation-use-buffer if called with arg.
  10907.     (compile-internal):  Move window resizing here, since a grep
  10908.     window is still a compile window as far as this package is
  10909.     concerned.  Don't use with-output-to-temp-buffer since it is very
  10910.     anti-social with show-temp-buffer-hooks which resize based on the
  10911.     how much data is output by its forms; it never worked with
  10912.     compile-window-height that way anyway.
  10913.     (compilation-parse-line):  Figures out file and line for
  10914.     next-error from compile-regexp-list.
  10915.     (compilation-use-buffer):  Function which sets buffer for
  10916.     next-error to use.
  10917.  
  10918. Mon Oct  1 00:03:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10919.  
  10920.     * c-mode.el (c-indent-line): Special clause for `} else'.
  10921.  
  10922. Sun Sep 30 15:12:58 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10923.  
  10924.     * compile.el (compilation-mode): Don't set compilation-error-regexp.
  10925.     (compile-internal): Set it here.
  10926.     (compilation-error-regexp): Put on permanent-local property.
  10927.  
  10928.     * startup.el (command-line-functions): New variable.
  10929.     (command-line-1): Do something with it.
  10930.  
  10931.     * diff.el (diff): Fix bug in searching for first change run.
  10932.  
  10933.     * bytecomp.el (byte-compile-lambda): Handle string constant as value.
  10934.  
  10935. Fri Sep 28 17:52:57 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10936.  
  10937.     * mh-e.el: New version from Larus.
  10938.  
  10939.     * c-mode.el (calculate-c-indent): When looking@previous column-0
  10940.     line, allow whitespace between the close-paren and the semicolon.
  10941.  
  10942. Wed Sep 26 18:48:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10943.  
  10944.     * startup.el (command-line): Make init-file-user permanent.
  10945.  
  10946. Tue Sep 25 09:19:27 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10947.  
  10948.     * edebug.el:  New file for elisp source debugging.
  10949.  
  10950.     * loaddefs.el:  Autoload edebug with edebug-defun.
  10951.  
  10952.     * lisp-mode.el (eval-defun):  If arg, edebug-defun.
  10953.  
  10954.     * simple.el (comment-region):  New function.
  10955.  
  10956.     * c-mode.el (c-beginning-of-statement, c-end-of-statement):
  10957.     New functions bound to M-a and M-e respectively.
  10958.     (c-beginning-of-statement-1, c-end-of-statement-1):  Engines for
  10959.     above.
  10960.     (set-c-style):  New function to easily select a preferred
  10961.     indentation style.
  10962.     (c-style-alist):  Styles and variables values for set-c-style.
  10963.  
  10964.     * asm-mode.el:  New file.  Mode for editing assembler code.
  10965.  
  10966.     * loaddefs.el (auto-mode-alist):  Use asm-mode for .s files.
  10967.     Autoload it.
  10968.  
  10969. Mon Sep 24 15:54:51 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10970.  
  10971.     * loaddefs.el (auto-mode-alist): Use \\' for end of string.
  10972.  
  10973. Sat Sep 22 04:11:46 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10974.  
  10975.     * simple.el (shell-command):  Document in code comment why -f is
  10976.     not used for C shells.  Perhaps this will get people to stop
  10977.     asking about it.
  10978.  
  10979. Fri Sep 21 16:04:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10980.  
  10981.     * isearch.el (nonincremental-search): Bind cursor-in-echo-area
  10982.     only as long as necessary.
  10983.  
  10984. Fri Sep 21 09:12:29 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  10985.  
  10986.     * loaddefs.el (auto-mode-alist):  Use bibtex-mode for .bib files
  10987.     and autoload it.
  10988.  
  10989. Tue Sep 18 08:55:14 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10990.  
  10991.     * doctor.el (doctor-caddr, doctor-cadr, doctor-cddr): Renamed.
  10992.  
  10993. Thu Sep 13 22:25:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  10994.  
  10995.     * c-mode.el (calculate-c-indent): Skip back across preprocessor
  10996.     lines before testing for a continuation statement.
  10997.  
  10998.     * mouse.el (mouse-set-point): Compensate properly for hscroll.
  10999.  
  11000. Thu Sep 13 18:49:04 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  11001.  
  11002.         * texinfmt.el (texinfo-format-inforef): Item name now optional.
  11003.  
  11004. Thu Sep 13 15:30:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11005.  
  11006.     * rmail.el (rmail-nuke-pinhead-header): Save From line in Mail-from:.
  11007.  
  11008.     * help.el (print-help-return-message): Mention C-M-v.
  11009.  
  11010. Mon Sep 10 21:52:11 1990  Chris Hanson  (cph@kleph)
  11011.  
  11012.     * xscheme.el (xscheme-eval): Add hook that allows Scheme to
  11013.     evaluate arbitrary expression in Emacs.
  11014.     (scheme-interaction-mode): Run scheme-mode-hook before
  11015.     scheme-interaction-mode-hook.
  11016.     Guarantee that the process-filter's state is correctly updated
  11017.     before calling any code that can possibly allow more input to be
  11018.     read from the process.
  11019.  
  11020. Mon Sep 10 12:34:16 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11021.  
  11022.     * rmailsort.el (rmail-sortable-date-string): Handle excess space.
  11023.     Discard century from year.
  11024.  
  11025.     * files.el (after-find-file): Improve a message.
  11026.  
  11027. Sun Sep  9 17:46:03 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11028.  
  11029.     * sendmail.el (mail-signature): t means use signature file.
  11030.     (mail-setup): Implement that.
  11031.     (mail-mode-map): Put mail-signature command back on C-c C-w.
  11032.     (mail-signature-inserted): Variable deleted.
  11033.  
  11034. Sat Sep  8 15:33:48 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11035.  
  11036.     * ftp.el (ftp-command): Ignore output lines without status codes.
  11037.  
  11038. Thu Sep  6 22:39:48 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11039.  
  11040.     * sendmail.el (mail-signature): New variable holds signature.
  11041.     (mail-setup): Default mail-signature from .signature file.
  11042.     Insert the value.
  11043.  
  11044. Tue Sep  4 18:14:14 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11045.  
  11046.     * ftp.el (ftp-write-file): Accept status 125 as normal.
  11047.  
  11048. Mon Sep  3 03:37:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11049.  
  11050.     * rnews.el:  Reinstated.
  11051.  
  11052. Sat Sep  1 16:48:38 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11053.  
  11054.     * files.el (backup-buffer): Test backup-inhibited.
  11055.     (find-file-noselect, set-visited-file-name): Set that var
  11056.     based on backup-enable-predicate.
  11057.  
  11058. Fri Aug 31 07:21:12 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11059.  
  11060.     * sendmail.el (mail-send-and-exit):  Remove dependency on other
  11061.     window being in rmail-mode in order to delete selected window.
  11062.  
  11063. Thu Aug 30 05:39:11 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11064.  
  11065.     * paths.el:  Add gnus-default-nntp-server, gnus-nntp-service,
  11066.     gnus-your-domain, gnus-your-organization, and gnus-newsrc-file to
  11067.     be visible for admins during installation configuration.
  11068.  
  11069.     * loaddefs.el:
  11070.     (gnus, gnus-post-news):  Autoload gnus.
  11071.     (sendnews, postnews): fset to gnus-post-news instead of news-post-news.
  11072.     (rnews, news-post-news):  Removed autoloads.
  11073.  
  11074.     * gnus.el:  New file.
  11075.     (gnus-make-newsrc-file):  Removed.
  11076.     (gnus-read-newsrc-file):  Work without above.
  11077.     (gnus-Info-directory):  Removed.
  11078.     (gnus-Info-find-node):  Work without above.
  11079.     (lots of variables):  Made non-interactive.  Some doc fixes.
  11080.  
  11081.     * gnuspost.el, gnusmail.el, gnusmisc.el, nntp.el, nnspool.el,
  11082.     * mhspool.el:  New files.
  11083.  
  11084.     * rnews.el:  Removed.  (Renamed to rnews.el.~backout~.)
  11085.  
  11086. Wed Aug 29 18:19:46 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11087.  
  11088.     * loaddefs.el: Put paragraph commands on M-{ and M-}.
  11089.  
  11090.     * files.el (basic-save-buffer): Make error messages more natural.
  11091.  
  11092.     * rmail.el (rmail-search): Call rmail-maybe-set-message-counters.
  11093.  
  11094. Wed Aug 29 06:14:30 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11095.  
  11096.     * files.el (basic-save-buffer):  Signal an error when the directory
  11097.     doesn't exist or is write-protected.
  11098.     (set-visited-file-name):  When renaming buffer, don't switch from
  11099.     current name if that is the name causing the conflict for the new name.
  11100.     Eg, C-x b foo C-x C-w /tmp/foo would name the buffer foo<2> and
  11101.     leave no foo around.  Now it stays foo.
  11102.  
  11103.     * fortran.el (fortran-mode):  Define comment-line-start-skip based
  11104.     partially on value of fortran-comment-region; statements starting
  11105.     with c (eg: call, common) were being indented as comments.
  11106.     (fortran-current-line-indentation):  Only skip over continuation
  11107.     char or line number for statements.  It was giving back wrong
  11108.     values for statements which started in columns 1-6.
  11109.     (fortran-mode-version):  Removed.
  11110.  
  11111. Tue Aug 28 04:07:38 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11112.  
  11113.     * loaddefs.el:  Autoload reverse-region from sort.el.
  11114.  
  11115.     * cl.el:
  11116.         (defstruct):  The copier function invoked the non-existent
  11117.     copy-vector.  Calling copy-sequence does the job.
  11118.         (defsetf for point):  Point's inverse is goto-char.  Of course, 
  11119.         what do we do with the other basic types of Emacs Lisp?
  11120.         (member):  Another, perhaps counterproductive, speed hack.  When
  11121.     test or testnot are symbols (hopefully, non-null), they are
  11122.     replaced by their symbol-function slots.  This presumably reduces
  11123.     one indirection per each funcall in the inner loop.  
  11124.         (byte-compile-named-list-accessors):  Another byte-compile
  11125.     handler, this one eliminates the extra call incurred when using
  11126.     first, ..., tenth, or rest.  This makes those list accessors
  11127.     essentially as primitive as car, cdr, or nth. 
  11128.         (with-keyword-args): Macro that simplifies most of the handling of
  11129.     klists.  The only neglected functionality is that no supplied-p
  11130.     forms exist (although that is true also of lambda lists in Emacs Lisp).
  11131.     (cl-eval-print-last-sexp):  Added half-hearted support for -, +,
  11132.     ++, +++, *, **, ***, /, //, ///; and cleared the mvalues mechanism
  11133.     at every call.
  11134.         (declare, proclaim, the):  Make some more CL codes easy to load.
  11135.     These are dummies, and have no effect whatsoever.  (Perhaps `the'
  11136.     could be made to check in  interpreter, and to ignore in the
  11137.     compiler.  Then again, writing `typecase' would be also useful and
  11138.     I haven't done it yet.) 
  11139.         (byte-compile-ca*d*r):  New function, used as a handler from
  11140.     byte-compile-form to eliminate the extra call to the c*r functions
  11141.     in compiled code. 
  11142.         (adjoin, map):  Changed to use `memq' instead of `member', too.
  11143.         (case, ecase):  Via a change in case-clausify, these macros now
  11144.     generate tests using the primitive `memq', instead of the heavier
  11145.     `member'. 
  11146.         (member):  Rewrote it to exploit the keyword argument machinery.
  11147.     It also tries to call memq whenever possible.
  11148.     (many funcs):  Two-branch conds changed into simple ifs here and
  11149.     there, minor layout changes all over.
  11150.         (defsetf):  `Puts' occur in the generated code, not in the macro
  11151.     expander.  (Didn't we fix this long ago?)
  11152.         (setf):  Comment disagreed with the code.  Code was right.
  11153.         (defkeyword):  Was dropping the DOCSTRING.
  11154.         (reduce): New function.  Presented as an example of how to use
  11155.     KLISTs to parse calls in functions that take keyword arguments.
  11156.         (concatenate, map):  New functions.
  11157.         (extract-from-klist):  Swapped arguments for convenience.
  11158.         (keyword-argument-supplied-p, cl$subseq-as-list):  New auxiliary
  11159.     functions. 
  11160.         (build-klist):  Better error messages.
  11161.         (psetf):  Rewrote, patterned after the new psetq.
  11162.         (psetq):  Added early check for even number of arguments.  This
  11163.     causes a better error message than previously.
  11164.         (defstruct, parse$defstruct$options):  asp@CS.CMU.EDU (James
  11165.     Aspnes) reported that defstruct wasn't handling properly the use
  11166.     of accessors of an :included definition applied to instances of
  11167.     the :including structure.  Indeed, the old version was
  11168.     implementing a (rather useless) sense of multiple-inheritance that
  11169.     was inimical to the Common Lisp sense.  Fixed here by adding
  11170.     properties :structure-includes and :structure-included-in to the
  11171.     struct name.  They keep track of the graph of inclusions.
  11172.         (mapc, maplist, mapl, mapcan, mapcon,
  11173.         copy-list, copy-tree, revappend, nreconc, nbutlast,
  11174.         subst, subst-if, subst-if-not, sublis,
  11175.         member-if, member-if-not, tailp):  New functions, developed apart
  11176.     and now merged with the main file.  They still don't take :keyword
  11177.     arguments. 
  11178.  
  11179.     * sort.el (sort-subr):  Support floating point numbers.
  11180.     (sort-float-fields, reverse-region):  New functions.
  11181.     (sort-numeric-fields, sort-fields, sort-float-fields):  Use -ARG
  11182.     to mean count fields from right, not reverse.  (Doc fixes.)
  11183.     (sort-fields-1):  Let negative arg pass unmolested.  Always do
  11184.     ascending sort.
  11185.     (sort-skip-fields):  Handle negative field.
  11186.  
  11187.     * tex-mode.el (tex-mode-map):  Move bindings of M-{ and M-} to
  11188.      C-c { and C-c }.
  11189.  
  11190. Tue Aug 28 01:25:47 1990  Roland McGrath  (roland@gnu.ai.mit.edu)
  11191.  
  11192.     * bytecomp.el (byte-compile-file): If interactive, ask user if he
  11193.     wants to save a buffer visiting file to be compiled.
  11194.  
  11195. Mon Aug 27 00:21:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11196.  
  11197.     * compile.el (compilation-error-regexp):  Padded up a little to
  11198.     work with new function:
  11199.     (compilation-get-file-and-line):  Grabs file and line using
  11200.     matched sub-expressions in compilation-error-regexp.
  11201.     (compilation-parse-errors):  Use new function.
  11202.     (compilation-sentinel):  Make buffer writable before trying to
  11203.     insert things.
  11204.  
  11205.     * info.el (Info-extract-menu-item):  Search for an exact match for
  11206.     menu item before looking for a partial match.  Regexp-quote the
  11207.     search string.
  11208.  
  11209.     * lisp.el (lisp-complete-symbol):  Display possibilities in
  11210.     *Completions* not *Help*.
  11211.  
  11212.     * help.el (describe-mode):  Use Dale Worley's version to also show
  11213.     minor mode documentation if argument is given.  Fset
  11214.     defining-keyboard-macro to start-keyboard-macro so its
  11215.     documentation can be found.  Currently does not work with
  11216.     auto-fill-mode because of the hook nature of its minor mode
  11217.     indicator variable.
  11218.  
  11219. Sun Aug 26 21:54:33 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11220.  
  11221.     * terminal.el: Move possibly offensive comments to term-nasty.el.
  11222.     (te-quote-arg-for-sh): Give some variables more useful names.
  11223.  
  11224. Sat Aug 25 16:36:06 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11225.  
  11226.     * resume.el: New version from Joe Wells.
  11227.  
  11228. Wed Aug 22 11:31:37 1990  Joseph Arceneaux  (jla@geech)
  11229.  
  11230.     * lisp.el (lisp-complete-symbol): Use lisp-mode-syntax table
  11231.     rather than current buffer's.
  11232.  
  11233. Thu Aug 16 13:31:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11234.  
  11235.     * isearch.el (isearch): For C-y and C-w in regexp search,
  11236.     use regexp-quote.
  11237.  
  11238.     * time.el (display-time-filter): Check that file is non-empty.
  11239.  
  11240. Thu Aug 16 13:31:19 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11241.  
  11242.     * term/x-win.el: Don't define C-z here; it's now in screen.el.
  11243.  
  11244. Tue Aug 14 23:44:30 1990  David J. MacKenzie  (djm@apple-gunkies)
  11245.  
  11246.     * time.el: New version that uses wakeup instead of loadst.
  11247.  
  11248. Tue Aug 14 15:50:34 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11249.  
  11250.     * simple.el (eval-current-buffer): New function.
  11251.  
  11252.     * screen.el: Moved screen convenience functions here, formerly in
  11253.     term/x-win.el.
  11254.     other-window now bound to esc-o, ctl-x-o now next-multiscreen-window.
  11255.  
  11256. Mon Aug 13 17:04:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11257.  
  11258.     * files.el: Doc fix.
  11259.  
  11260. Sat Aug 11 10:20:49 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11261.  
  11262.     * screen.el (get-screen):  Don't loop on screen-visible-p.
  11263.     Set auto-new-screen-function to new-screen.
  11264.  
  11265.     * gdb.el (gdb-break): Also handle temporary breaks.
  11266.  
  11267. Wed Aug  1 12:02:48 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11268.  
  11269.     * bytecomp.el (byte-compile-file): Fix format string in call to
  11270.     float-output-format.
  11271.  
  11272. Tue Jul 31 17:09:52 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11273.  
  11274.     * files.el (find-alternate-file):  Don't depend on buffer being
  11275.     read-only for modifications to invoke yes-or-no-p.
  11276.  
  11277. Sat Jul 28 22:17:57 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11278.  
  11279.     * paths.el (rmail-spool-directory):
  11280.     Change silicon-graphics-unix to irix.
  11281.  
  11282. Fri Jul 27 19:16:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11283.  
  11284.     * tex-mode.el (tex-region): Set tex-last-temp-file in shell buffer.
  11285.     Give it tex-filter as a filter.
  11286.     (tex-filter): New function.  Deletes the temp file and junk files.
  11287.     (tex-directory): Now set to `.'.
  11288.  
  11289. Fri Jul 27 00:22:07 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11290.  
  11291.     * fill.el (fill-region-as-paragraph):  Remove tabs that aren't in
  11292.     fill-prefix or part of paragraph indentation.
  11293.  
  11294. Thu Jul 26 20:44:37 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11295.  
  11296.     * bytecomp.el (byte-compile-file-forms): New function.
  11297.     (byte-compile-file): Use that for the runs of ordinary forms.
  11298.     Don't crash when make-byte-code has only 3 elements.
  11299.  
  11300.     * help.el (view-lossage): Use insert, not `newline'.
  11301.  
  11302.     * info.el (Info-find-node): Set case-fold-search for tag tbl buffer.
  11303.  
  11304. Thu Jul 26 18:24:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11305.  
  11306.     * bytecomp.el (byte-compile-verbose): Baud rate is a variable, not
  11307.     a function in 19.
  11308.  
  11309. Thu Jul 26 17:58:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11310.  
  11311.     * chistory.el (command-history-repeat): New function.
  11312.     (command-history-map): Put command-history-repeat on x.
  11313.     (command-history-mode): Document that.
  11314.  
  11315. Thu Jul 26 00:07:49 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11316.  
  11317.     * c-mode.el (c-auto-newline):  Doc addition.
  11318.     (electric-c-terminator):  Removed bogus set-marker.
  11319.     (electric-c-sharp-sign):  Make sure c-auto-newline is nil for call
  11320.     to electric-c-terminator.
  11321.  
  11322.     * texinfo.el:  Bind tex-insert-quote to " in texinfo-mode-map.
  11323.  
  11324.     * simple.el (goal-column):  Make buffer-local.
  11325.  
  11326.     * man.el (manual-entry):  Enter view-mode.
  11327.  
  11328. Wed Jul 25 22:30:54 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11329.  
  11330.     * replace.el (occur-last-string):  New variable to hold last
  11331.     interactive regexp to occur.
  11332.     (occur):  Use occur-last-string.
  11333.  
  11334.     * lisp.el (down-list):  Doc fix.
  11335.  
  11336. Tue Jul 24 13:27:59 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11337.  
  11338.     * files.el (find-file-noselect): Nice msg if can write but not read.
  11339.  
  11340.     * lisp.el: Doc fix.
  11341.  
  11342. Thu Jul 19 16:41:05 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11343.  
  11344.     * bytecomp.el (byte-compile-lambda): Fix test for nontrivial function.
  11345.  
  11346. Tue Jul 17 13:33:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11347.  
  11348.     * files.el (find-file-read-only-other-window): New function.
  11349.     Put on C-x 4 r.
  11350.  
  11351. Sun Jul 15 22:33:39 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11352.  
  11353.     * register.el (view-register): Don't ignore first line of rect.
  11354.  
  11355. Sat Jul 14 21:36:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11356.  
  11357.     * outline.el (show-children): Make default arg smarter.
  11358.  
  11359. Thu Jul 12 23:17:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11360.  
  11361.     * compile.el (compile-internal): Make *compilation* read-only
  11362.     except during this function.
  11363.  
  11364. Wed Jul 11 15:13:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11365.  
  11366.     * c-mode.el (c-comment-indent): Special case comment after }.
  11367.  
  11368. Thu Jul  5 22:28:50 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  11369.  
  11370.         * texinfmt.el: Renamed Lisp definitions section to `Description
  11371.           formatting' and revised `texinfo-format-defun-1' and format
  11372.           defuns to handle object oriented descriptions properly.
  11373.  
  11374. Sat Jun 30 13:07:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11375.  
  11376.     * dbx.el: Use C-x SPC for setting break point.
  11377.  
  11378. Fri Jun 29 13:38:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11379.  
  11380.     * sort.el: Doc fix.
  11381.  
  11382. Thu Jun 28 17:25:14 1990  Robert J. Chassell  (bob@gnu.ai.mit.edu)
  11383.  
  11384.         * texinfmt.el (texinfo-format-paragraph-break): @br{} no longer a
  11385.           noop.
  11386.  
  11387.         * texinfmt.el (texinfo-format-scan): @* now breaks lines; no
  11388.           longer does nothing.
  11389.  
  11390.         * texinfmt.el: `Bottom node' changed to `End node' and `BN'
  11391.           changed to `EN'; also, `footnote-style' changed to
  11392.           `texinfo-footnote-style'.
  11393.  
  11394.         * texnfo-upd.el (texinfo-all-menus-update): With a non-nil
  11395.           argument, now updates all the nodes in the buffer before
  11396.           updating the menus. 
  11397.  
  11398.         * texnfo-upd.el (texinfo-master-menu): With non-nil argument
  11399.           (prefix, if interactive) means first update all existing nodes
  11400.           and menus, not just menus.
  11401.  
  11402.         * texinfo.el (texinfo-show-structure): With optional arg, list
  11403.           lines with @-sign commands for @chapter, @section and the like,
  11404.           but not @node lines.
  11405.  
  11406. Wed Jun 27 14:33:55 1990 Richard Stallman (rms@mole.ai.mit.edu)
  11407.  
  11408.     * paragraphs.el (start-of-paragraph-text): Avoid infinite loop.
  11409.  
  11410. Tue Jun 26 21:21:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11411.  
  11412.     * disass.el (disassemble-1): Check ptr in range for aref.
  11413.  
  11414.     * bytecomp.el (byte-compile-defvar, byte-compile-defconst): New.
  11415.     (byte-compile-find-vars-1): Do nothing for defun or defmacro.
  11416.     Do nothing for defvar or defconst with only one argument.
  11417.     (byte-compile-lambda): New function for error checking.
  11418.     (byte-compile-verbose): New variable.
  11419.     (byte-compile-file, byte-compile-file-form): Check that for messages.
  11420.  
  11421. Tue Jun 26 10:04:26 1990  David Lawrence  (tale@geech)
  11422.  
  11423.     * compile.el (grep):  Use `grep-command' to also hold args for
  11424.     grep, like compile-command.
  11425.  
  11426.     * simple.el (kill-ring-save):  Fixed to not reference free
  11427.     variable `verbose' but to just unconditionally echo message.
  11428.     (shell-command):  Use new `last-shell-command' interactively.
  11429.     (shell-command-on-region):  Use new `last-shell-command-on-region'
  11430.     interactively.  Delete *Shell Command Output* if no output.
  11431.     (kill-comment):  Error if no comment syntax defined.
  11432.  
  11433. Mon Jun 25 21:47:26 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11434.  
  11435.     * simple.el (kill-region): New arg VERBOSE says print a message.
  11436.     (kill-ring-save): Print a message, instead of moving point.
  11437.  
  11438. Sat Jun 23 19:01:06 1990  Randall Smith  (randy@substantia-nigra)
  11439.  
  11440.     * dired.el (dired-flag-regexp-files): Added function to flag all
  11441.     files matching a REGEXP for deletion.
  11442.     (): Bound this function to key "F" in dired-mode ("D" was already
  11443.     taken). 
  11444.  
  11445. Fri Jun 22 17:04:03 1990  Richard Stallman  (rms@albert.ai.mit.edu)
  11446.  
  11447.     * fill.el (fill-region-as-paragraph): Don't consider colon as sentence
  11448.     end.  Use syntax table to decide what is whitespace.
  11449.     (justify-current-line): Don't consider colon as sentence end.
  11450.  
  11451.     * c-mode.el (calculate-c-indent): Back up over comma before
  11452.     calling c-backward-to-start-of-continued-exp.
  11453.     (c-backward-to-start-of-continued-exp): Back up over strings.
  11454.  
  11455. Thu Jun 21 18:11:45 1990  Robert J. Chassell  (bob@pogo.ai.mit.edu)
  11456.  
  11457.         * texinfmt.el (texinfo-format-include): Include files ending with
  11458.           ".texi" as well as ".texinfo" and ".tex".
  11459.  
  11460.         * texinfmt.el: Define @shortcontents, like @summaryconents, as
  11461.           'texinfo-discard-line-with-args.
  11462.  
  11463. Wed Jun 20 11:43:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11464.  
  11465.     * isearch.el (isearch): Do exit on meta keys.
  11466.     Also exit on function keys and mouse clicks.
  11467.     * loaddefs.el (search-exit-char): Change back to escape.
  11468.     (search-ring-advance-char): Moved from isearch.el.
  11469.     (search-ring-retreat-char): Renamed from ...-recline-char and moved.
  11470.  
  11471.     * float.el: Provide 'float.
  11472.  
  11473. Tue Jun 19 16:32:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11474.  
  11475.     * mouse.el (mouse-set-point): Compensate for horizontal scrolling.
  11476.  
  11477. Tue Jun 19 11:56:04 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11478.  
  11479.     * isearch.el (isearch): Don't quit on meta-chars.
  11480.  
  11481. Fri Jun 15 20:51:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11482.  
  11483.     * loaddefs.el: search-exit-char is now Return.
  11484.     * simple.el: Search-ring advance and recline characters are now
  11485.     M-n and M-p.
  11486.  
  11487. Fri Jun 15 09:19:27 1990  Robert J. Chassell  (bob@pogo.ai.mit.edu)
  11488.  
  11489.         * tex-mode.el (tex-start-shell): Don't put `require' in defun, put
  11490.           it@top level.
  11491.  
  11492.         * texnfo-upd.el (texinfo-incorporate-descriptions): Don't
  11493.           accidently find a string in the description that is confused for
  11494.           a menu item.
  11495.  
  11496. Fri Jun  1 17:41:08 1990  Robert J. Chassell  (bob@wheat-chex)
  11497.  
  11498.         * texinfo.el: Added `texinfo-tex-region' (C-c C-r) to run TeX on
  11499.           the current region, `texinfo-tex-buffer' (C-c C-t) to run TeX on
  11500.           the current buffer, and `texinfo-tex-print' (C-c C-p) to print
  11501.           the .dvi file made by TeX.
  11502.  
  11503.           Also, bound functions from TeX mode in Texinfo mode:
  11504.           `tex-kill-job' (C-c C-k), `tex-recenter-output-buffer' (C-c
  11505.           C-l), and `tex-show-print-queue' (C-c C-q).
  11506.  
  11507. Thu May 31 17:28:34 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11508.  
  11509.     * startup.el (command-line):  Check environment variable
  11510.     VERSION_CONTROL and set version-control appropriately.
  11511.  
  11512. Thu May 31 16:34:56 1990  Robert J. Chassell  (bob@wheat-chex)
  11513.  
  11514.         * texnfo-upd.el (texinfo-top-pointer-case): rewrote to handle
  11515.           @chapter (or other sectioning) command following Top node.
  11516.  
  11517.           (texinfo-master-menu): rewrote to remove pre-existing master
  11518.           menu, if there is one.  Non-nil argument (prefix, if interactive)
  11519.           now means first update all existing menus---previously it always
  11520.           updated all existing menus (very time consuming).
  11521.  
  11522.           (texinfo-all-menus-update,  texinfo-every-node-update):
  11523.           added a save-excursion to each so that point does not move when
  11524.           you update the menus or nodes.
  11525.  
  11526.         * texinfmt.el (texinfo-format-parse-args): expand arguments so
  11527.           they can include commands such as @code, etc.
  11528.  
  11529. Thu May 31 10:29:32 1990  David Lawrence  (tale@geech)
  11530.  
  11531.     * backquote.el (bq-splicequote):  Correctly splice in elements
  11532.     when followed by constant elements; don't list the constant elements.
  11533.  
  11534.     * add-log.el (add-change-log-entry):  Fixed match test for full name.
  11535.  
  11536.     * lpr.el (print-buffer):  Removed an extra trailing parenthesis.
  11537.  
  11538. Wed May 30 23:15:46 1990  David Lawrence  (tale@geech)
  11539.  
  11540.     * comint.el (comint-load-hook):  Superseded by eval-after-load.
  11541.  
  11542.     * inf-lisp.el (lisp-eval-region, lisp-compile-region):  Use
  11543.     temporary files instead of send-string to avoid problems with pty
  11544.     buffering.
  11545.  
  11546.     * tex-mode.el (tex-close-latex-block):  Allow whitespace after
  11547.     \begin and \end before their opening brace.
  11548.     (tex-last-unended-begin):  Ditto.
  11549.  
  11550. Wed May 30 22:15:18 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11551.  
  11552.     * subr.el (add-hook): New function.
  11553.  
  11554. Wed May 30 21:43:18 1990  David Lawrence  (tale@geech)
  11555.  
  11556.     * dired.el (dired-revert):  Preserve deletions across reversion
  11557.     and report files flagged for deletion which were already removed.
  11558.     When reading the root directory, name the buffer "/".
  11559.  
  11560. Tue May 29 12:51:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11561.  
  11562.     * scheme.el (run-scheme): Autoload deleted.  Already done in loaddefs.
  11563.  
  11564. Thu May 24 17:58:44 1990  Robert J. Chassell  (bob@rice-chex)
  11565.  
  11566.         * page-ext.el (pages-directory-goto): Go to end of file if called
  11567.     from the last line (which is empty) of the pages-directory
  11568.  
  11569. Thu May 24 13:57:06 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11570.  
  11571.     * shell.el (shell-load-hook):  Superseded by eval-after-load.
  11572.  
  11573.     * files.el (cd):  Make sure that directory can be changed to.
  11574.         * shell.el (shell-process-cd-or-pushd):  ditto.
  11575.  
  11576.     * c++-mode.el:  Installed latest version from David Detlefs with
  11577.     all additions made since Sep 1989.
  11578.  
  11579. Thu May 24 13:07:38 1990  Robert J. Chassell  (bob@apple-gunkies)
  11580.  
  11581.         * texinfmt.el:  Added   texinfo-format-defindex   which provides
  11582.     @defindex and @defcodeindex.
  11583.  
  11584.     Rewrote texinfo-format-synindex to be more modular; removed
  11585.     references to it in   texinfo-format-scan   and
  11586.     texinfo-format-printindex.
  11587.  
  11588. Tue May 22 19:50:46 1990  David Lawrence  (tale@geech)
  11589.  
  11590.     * informat.el: (Info-tagify):  Give status messages before and
  11591.     after tagifying.
  11592.     (batch-info-validate): Removed status messages around Info-tagify.
  11593.  
  11594.     * rmailout.el (rmail-output):  Check for From:, Really-From: and
  11595.     Sender: fields, in that order, and run mail-strip-quoted-names on
  11596.     a non-nil value for the initial Unix mail "From user date" line.
  11597.  
  11598. Mon May 21 17:26:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11599.  
  11600.     * buff-menu.el (Buffer-menu-buffer): Simplified.
  11601.     Set Buffer-menu-buffer-column initially.
  11602.  
  11603. Fri May 18 14:33:00 1990  Robert J. Chassell  (bob@apple-gunkies)
  11604.  
  11605.         * page-ext.el: (pages-addresses-file-name):
  11606.     Renamed from addresses-file-name.
  11607.  
  11608. Thu May 17 22:25:38 1990  Robert J. Chassell  (bob@apple-gunkies)
  11609.  
  11610.         * texinfo.el (texinfo-mode-map): Replace `C-c LETTER ...' key
  11611.           bindings for functions updating nodes and menus with `C-c C-...'
  11612.           keybindings, so as to leave `C-c LETTER' bindings free.
  11613.  
  11614.         * texnfo-upd.el (texinfo-menu-copy-old-description): Copy
  11615.           descriptions that begin with an `@' as well as with word syntax char.
  11616.           (texinfo-insert-master-menu-list): Print message telling which
  11617.           menu entry it is inserting.
  11618.  
  11619. Sat May 12 23:35:49 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11620.  
  11621.     * isearch.el (isearch):  Check non-nil of unread command char
  11622.     before checking >= 0.
  11623.  
  11624. Sat May 12 16:53:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11625.  
  11626.     * info.el (Info-read-subfile): Ignore blank lines in split file list.
  11627.  
  11628. Fri May 11 16:01:41 1990  Richard Stallman  (rms@albert.ai.mit.edu)
  11629.  
  11630.     * isearch.el (isearch): Advance@least one character if empty string
  11631.     was found the previous time.
  11632.     * replace.el (keep-lines): Likewise.
  11633.  
  11634. Thu May 10 21:47:33 1990  Robert J. Chassell  (bob@wheat-chex)
  11635.  
  11636.         * texinfmt.el: updated to correspond, more or less, to version 2.8
  11637.         of texinfo.tex.   Does not do refilling.
  11638.  
  11639.         texinfo-format-chapter-1  now displays message telling which
  11640.         section is being formatted, so formatting is no longer silent.
  11641.  
  11642.         Added notations: @quiv, @error, @expansion, @point, @print, @result
  11643.  
  11644.         Added @synindex and @syncodeindex, including
  11645.         texinfo-format-synindex, texinfo-format-syncodeindex,
  11646.         and defined  syncode-arg  as local variable in texinfo-format-scan.
  11647.         Modified  texinfo-format-printindex  to handle these.
  11648.  
  11649.         Added  @ref, which the same as @xref in Info.
  11650.         Added  @titlespec, which is ignored in Info.
  11651.         Added  @br  @need  as noops.
  11652.         Added  @today   texinfo-format-today   in `1 Jan 1900' style.
  11653.         Added  @defconst, @defcmd  to the  texinfo-format-defun  series
  11654.  
  11655.         Added  @flushright   @end flushright, including
  11656.         texinfo-format-flushright, texinfo-end-flushright,
  11657.         texinfo-do-flushright.
  11658.  
  11659.         Added  @ftable, which is like the `@table' command but also
  11660.         inserts each item in the first column into the function index.
  11661.         Includes texinfo-ftable, texinfo-ftable-item, texinfo-end-ftable.
  11662.  
  11663.         Added  @footnote, including texinfo-format-footnote, footnote-style,
  11664.         texinfo-format-make-node, texinfo-format-bottom-node.
  11665.  
  11666. Thu May 10 15:23:04 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11667.  
  11668.     * bytecomp.el (byte-compile-cond-1): Handle (t).
  11669.  
  11670. Fri May  4 17:28:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11671.  
  11672.     * simple.el (indent-new-comment-line): Delete the temporary newline
  11673.     even if point is not there after indent-for-comment.
  11674.  
  11675. Fri May  4 17:05:42 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11676.  
  11677.     * simple.el (open-line):  Insert fill-prefix if defined.
  11678.  
  11679. Tue May  1 14:49:46 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11680.  
  11681.     * c-mode.el (c-comment-indent): If@beginning of line and
  11682.     comment-column is 0, insert no space.
  11683.  
  11684.     * replace.el (occur): Avoid infinite loop@end of buffer.
  11685.  
  11686. Mon Apr 30 20:54:47 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11687.  
  11688.     * float.el (float-to-string):
  11689.     Adjust POWER when rounding makes new digit. 
  11690.  
  11691. Thu Apr 26 16:20:32 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11692.  
  11693.     * man.el (manual-entry):  Don't allow null topics.
  11694.  
  11695.     * dired.el (dired-create-directory):  Use new primitive
  11696.     make-directory.
  11697.     (dired-do-deletions):  Use new primitive remove-directory.
  11698.  
  11699. Tue Apr 24 14:15:33 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11700.  
  11701.     * dired.el (dired-readin): Mark buffer unmodified@end.
  11702.  
  11703. Wed Apr 18 23:10:15 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11704.  
  11705.     * loaddefs.el:  Removed Meta-g def of fill-region.
  11706.  
  11707. Fri Apr 13 18:33:08 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11708.  
  11709.     * c-mode.el (c-comment-indent): Don't need \n in #endif/#else
  11710.     regexps.
  11711.  
  11712. Thu Apr 12 21:48:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11713.  
  11714.     * isearch.el (isearch): In reverse search,
  11715.     don't move point for C-w, C-y.
  11716.  
  11717.     * startup.el (normal-top-level): Don't check envvar PWD on vms.
  11718.  
  11719. Tue Apr 10 19:37:35 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11720.  
  11721.     * add-log.el (add-change-log-entry): Require match in full-name
  11722.     as well as login-name.
  11723.     Don't switch windows if desired buffer already current.
  11724.     (add-change-log-entry-other-window): Take two args and pass on.
  11725.     Change interactive spec so default behavior doesn't change.
  11726.  
  11727. Mon Apr  9 12:42:17 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11728.  
  11729.     * dired.el (dired-mode): Set list-buffers-directory
  11730.     like dired-directory.  So name appears in list-buffers.
  11731.  
  11732.     * sendmail.el (mail-do-fcc): Append properly to rmail buffers.
  11733.  
  11734.     * bytecomp.el (byte-compile-find-vars-1): Treat interactive
  11735.     and save-window-excursion like condition-case.
  11736.  
  11737. Sun Apr  8 17:06:53 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11738.  
  11739.     * bytecomp.el (byte-compile-file-form): Most forms pushed on `pending'.
  11740.     Those that are special print their output and first compile
  11741.     and print the contents of `pending'.
  11742.     (byte-compile-file):@end of file, compile and print `pending'.
  11743.     (byte-compile-pending): New function.
  11744.  
  11745.     * bytecomp.el (byte-compile-find-vars-1):
  11746.     Special case unwind-protect and save-window-excursion.
  11747.  
  11748. Fri Apr  6 21:04:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11749.  
  11750.     * mouse.el:  Check consp of coordinates-in-window-p result.
  11751.  
  11752. Fri Apr  6 15:48:11 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11753.  
  11754.     * bytecomp.el (byte-compile-file): Accumulate consecutive ordinary
  11755.     forms, put them together into lambdas, and call them.
  11756.     (byte-compile-file-form): With nil, do nothing fast.
  11757.     (byte-compile-lambda): Do nothing with trivial lambdas
  11758.  
  11759. Thu Apr  5 16:41:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11760.  
  11761.     * rmailout.el (rmail-output-to-rmail-file): Set message counters
  11762.     before inserting in a file being visited.
  11763.  
  11764. Thu Apr  5 14:26:27 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11765.  
  11766.     * screen.el:  Don't redefine ctl-x {p,n}, just ctl-x o.
  11767.  
  11768. Thu Apr  5 13:37:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11769.  
  11770.     * startup.el (command-line-1): Always erase *scratch*, not current buf.
  11771.  
  11772. Wed Apr  4 16:27:19 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11773.  
  11774.     * screen.el:  Define keys ctl-x {o, n, p}.  Make C-Z iconify
  11775.     emacs.
  11776.     (next-multiscreen-window):
  11777.     (previous-multiscreen-window):  Include the minibuffer screen if
  11778.     the minbuffer is active.
  11779.  
  11780. Tue Apr  3 21:33:07 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11781.  
  11782.     * fill.el (fill-individual-paragraphs): Check for mail header name
  11783.     only@beginning of line.
  11784.  
  11785. Thu Mar 29 18:02:16 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11786.  
  11787.     * keypad.el: Define the `do' key.
  11788.  
  11789.     * dired.el (dired-diff): New command.
  11790.     (dired-mode-map): Put on `='.
  11791.  
  11792. Wed Mar 28 21:23:00 1990  Jim Kingdon  (kingdon@mole.ai.mit.edu)
  11793.  
  11794.     * rmail.el (rmail-insert-rmail-file-header, rmail-convert-file):
  11795.     Put in "-*- rmail -*-".
  11796.     Rename rmail-mode to rmail-mode-2.
  11797.     (rmail-mode): New function.
  11798.     Move docstring and (interactive) from rmail-mode to rmail-mode-2.
  11799.     (rmail): Call rmail-mode-2 not rmail-mode.
  11800.  
  11801. Tue Mar 27 17:30:27 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11802.  
  11803.     * etags.el (tags-loop-continue): Print message when find a match,
  11804.     if tags-loop-operate is nil.
  11805.  
  11806.     * c-mode.el (calculate-c-indent): Don't consider a line as a
  11807.     function definition line if it contains `='.
  11808.  
  11809.     * compile.el (compile-find-file): New function, to search a path.
  11810.     (compilation-parse-errors): Use it.
  11811.     (compilation-search-path): New user variable.
  11812.  
  11813. Sun Mar 25 23:02:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11814.  
  11815.     * loaddefs.el: Add autoloads for ispell.el.
  11816.     * ispell.el: Doc fixes.
  11817.     Problem: key for ispell-next was already used by set-selective-display.
  11818.     Should we move that?
  11819.  
  11820. Sun Mar 25 17:06:15 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11821.  
  11822.     * x-mouse.el (x-select):  Only pass one arg to x-own-selection.
  11823.  
  11824. Fri Mar 23 15:39:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11825.  
  11826.     * fortran.el (fortran-electric-line-number):
  11827.     Make sure arg to self-insert-command is a number.
  11828.  
  11829. Wed Mar 21 13:54:20 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11830.  
  11831.     * fortran.el (fortran-electric-line-number):
  11832.     Use self-insert-command for all insertion.
  11833.  
  11834. Wed Mar 21 11:18:06 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11835.  
  11836.     * startup.el (command-line):  Load the window-system file if
  11837.     DISPLAY is set or -d was specified on the command line.
  11838.  
  11839. Tue Mar 20 14:44:21 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11840.  
  11841.     * lpr.el (print-region-1): New arg PAGE-HEADERS.
  11842.     On system V, handle it by running pr.
  11843.     Use print-region-new-buffer to copy text to temp buffer.
  11844.     (all commands): Pass new arg; pass lpr-switches unchanged.
  11845.     (print-region-new-buffer): New function.
  11846.  
  11847. Tue Mar 20 13:12:54 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11848.  
  11849.     * term/x-win.el (x-pop-initial-window):  Set mouse-motion-handler.
  11850.  
  11851. Mon Mar 19 11:22:38 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11852.  
  11853.     * sendmail.el (mail-send):  Force deletion of auto-save files.
  11854.     (mail-do-fcc):  Add closing paren.
  11855.  
  11856. Sat Mar 17 12:45:54 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11857.  
  11858.     * bytecomp.el (byte-compile-file): Turn off print-length.
  11859.  
  11860. Fri Mar 16 12:49:01 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11861.  
  11862.     * simple.el (auto-fill-mode):  Doc fix.
  11863.  
  11864. Wed Mar 14 19:56:51 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11865.  
  11866.     * term/x-win.el:  Set suspend hook here, as well as put
  11867.     'iconify-emacs on C-Z.
  11868.  
  11869.     * screen.el:  Check screenp of last-selected-screen in
  11870.     iconification functions.
  11871.  
  11872. Wed Mar 14 13:07:41 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11873.  
  11874.     * c++-mode.el (c++-comment-region): New function.
  11875.       (c++-uncomment-region): New function.
  11876.  
  11877. Sun Mar 11 15:49:46 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11878.  
  11879.     * mouse.el (track-mouse):  x-mouse-grabbed now mouse-grabbed.
  11880.     * x-mouse.el (dynamic-rect-selection):  Ditto.
  11881.  
  11882. Sat Mar 10 18:29:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11883.  
  11884.     * x-mouse.el:  Conditionalization of certain functions dependent
  11885.     on X version.  Added mouse-key descriptions for X11.
  11886.  
  11887. Fri Mar  9 18:53:52 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11888.  
  11889.     * man.el (nuke-nroff-bs): Allow period in middle of topic name.
  11890.  
  11891.     * simple.el (do-auto-fill): Handle auto-fill-inhibit-regexp.
  11892.     * outline.el (outline-mode): Set that from outline-regexp.
  11893.  
  11894. Thu Mar  8 13:19:18 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11895.  
  11896.     * screen.el (deiconify-function, multi-minibuffer-startup,
  11897.     attached-minibuffer-startup, detached-minibuffer-startup): Pass
  11898.     second parameter t to select-screen.
  11899.  
  11900. Wed Mar  7 17:59:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  11901.  
  11902.     * sendmail.el (mail-do-fcc): Temporarily unwiden 
  11903.  
  11904. Tue Mar  6 11:46:18 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11905.  
  11906.     * screen.el (deiconify-function):  Setq last-selected-screen nil.
  11907.  
  11908.     * array.el, blackbox.el, compile.el, diff.el, files.el, ftp.el:
  11909.     * gomoku.el, hanoi.el, informat.el, ispell.el, life.el, mailalias.el:
  11910.     * man.el, rmail.el, sendmail.el, terminal.el:
  11911.     * texinfmt.el:  Renamed buffer-flush-undo to buffer-disable-undo.
  11912.  
  11913. Sun Mar  4 17:53:05 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11914.  
  11915.     * screen.el (get-screen):  If the screen is not visible, make it
  11916.     so.
  11917.  
  11918. Fri Mar  2 15:56:31 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11919.  
  11920.     * term/x-win.el: Don't set suspend-hook any more.
  11921.  
  11922.     * screen.el:  No more x-specific things, this is now entirely
  11923.     window system independent.
  11924.     (new-screen): Use new function:
  11925.     (new-screen-position): Determine position of new screen based on
  11926.     that of selected-screen.
  11927.     (pop-initial-screen): Set first-screen-user-positioned if user did
  11928.     so.  Also decide on which screen style depending on either new
  11929.     variable `separate-minibuffer-screen' or minibuffer elt in
  11930.     window-system-switches.
  11931.     (detached-minibuffer-startup):  Add screen colors to minibuffer
  11932.     alist if possible.  Also make sure screen-default-alist has
  11933.     minibuffer element none, and correct name.
  11934.  
  11935. Thu Mar  1 13:42:23 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11936.  
  11937.     * term/x-win.el: Require 'screen as well in initial setup code.
  11938.     Don't set suspend hook; this will be something else.
  11939.     Removed redundant cursor-shape delcarations.  The all begin with
  11940.     x-pointer- now.
  11941.     Added some more definitions to the function keys.
  11942.     Generally cleaned up this file.
  11943.  
  11944. Thu Mar  1 01:24:49 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11945.  
  11946.     * subr.el (force-mode-line-update): New function.
  11947.     time.el (display-time-filter): Update modeline with above.
  11948.  
  11949.     * rmail.el (rmail-get-new-mail): Remove " Mail" from
  11950.     display-time-string if necessary.
  11951.  
  11952. Wed Feb 28 14:55:08 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11953.  
  11954.     * screen.el (iconify-function, iconify-emacs, deiconify-function):
  11955.     New functions.
  11956.  
  11957.     * files.el (save-some-buffers): Removed last parameter skip-list.
  11958.     Now this checks for buffer-local variable save-buffers-skip to
  11959.     determine whether or not to avoid asking to save the buffer.
  11960.     * rmail.el (rmail-mode): Removed skip-list stuff.
  11961.     (rmail-variables): make-local-variable save-buffers-skip.
  11962.     * compile.el (compile): Removed additional parameter to
  11963.     save-buffers.
  11964.  
  11965. Mon Feb 26 01:02:22 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11966.  
  11967.     * time.el (display-time-hook): New hook run by display-time-filter.
  11968.     (display-time-filter): Run display-time-hook after setting
  11969.     display-time-string.
  11970.     (rmail-pop-up): Default display-time-hook to automatically retrieve
  11971.     new mail if the variable rmail-pop-up is non-nil.
  11972.     (add-clock-handler): Removed; superceded by timer.el.
  11973.  
  11974.     * loaddefs.el: Removed add-clock-handler.
  11975.  
  11976. Sun Feb 25 16:57:36 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11977.  
  11978.     * c++-mode.el: New file.
  11979.     (point-bol): Removed this function.
  11980.  
  11981.     * loaddefs.el: Autoload C++-mode.
  11982.     (auto-mode-alist): c++-mode for .C and .cc files.
  11983.  
  11984. Sun Feb 25 13:29:16 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  11985.  
  11986.     * lisp-mode.el (indent-sexp): Changed opoint to last-point.  Very
  11987.     strange, I thought I'd already fixed this.
  11988.  
  11989.     * screen.el: New file.
  11990.  
  11991. Sat Feb 24 08:57:50 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  11992.  
  11993.     * loaddefs.el: Autoload for diff.
  11994.  
  11995.     * files.el (diff): Superceded by diff.el.
  11996.     (diff-switches-function): Still needs to be merged into diff.el.
  11997.  
  11998.     * diff.el: New file.
  11999.     Changes from the original include recognition of context diffs,
  12000.     rewrites of motion functions for more efficiency, and general
  12001.     tidying of code.
  12002.  
  12003. Thu Feb 22 15:47:21 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  12004.  
  12005.     * isearch.el (isearch): After doing read-event, check numberp of
  12006.     char first.
  12007.  
  12008.     * replace.el (perform-replace): Use read-event rather than
  12009.     read-char.  Check that returned object is char before comparisons.
  12010.  
  12011. Thu Feb 22 05:43:25 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  12012.  
  12013.     * files.el (file-newest-backup): Return either the name of an
  12014.     existing backup file or nil if none exists.
  12015.  
  12016.     * server.el (server-program): Renamed from "server" to "emacsserver".
  12017.  
  12018. Tue Feb 20 10:46:14 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  12019.  
  12020.     * fill.el (fill-region-as-paragraph): Fixed regexp typo in call to
  12021.     re-search-forward.
  12022.  
  12023. Mon Feb 19 22:09:14 1990  David Lawrence  (tale@pogo.ai.mit.edu)
  12024.  
  12025.     * simple.el (kill-comment): Take better advantage of comment-end.
  12026.  
  12027. Sun Feb 18 14:02:31 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12028.  
  12029.     * ispell.el: new file.
  12030.  
  12031. Wed Feb 14 13:19:45 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  12032.  
  12033.     * calendar.el: Require cl.
  12034.  
  12035. Tue Feb 13 21:15:15 1990  David Lawrence  (tale@wheat-chex)
  12036.  
  12037.     * files.el: Set default-directory of *Directory* to one displayed
  12038.     by list-directory.
  12039.  
  12040.     * compile.el: Added to compilation-error-regexp pattern for errors
  12041.     from IBM High C.
  12042.  
  12043. Tue Feb 13 15:37:56 1990  Joseph Arceneaux  (jla@gnu.ai.mit.edu)
  12044.  
  12045.     * files.el (save-some-buffers): New parameter skip-list of buffers
  12046.     to not save.
  12047.     New variable save-buffers-skip-list.
  12048.     * rmail.el (rmail-mode): Add the RMAIL buffer to the skip list.
  12049.     * compile.el (compile): Pass save-buffers-skip-list to
  12050.     save-some-buffers.
  12051.  
  12052. Mon Feb 12 22:26:58 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12053.  
  12054.     * rmailsum.el (rmail-summary-by-regexp, rmail-message-regexp-p):
  12055.     New functions.
  12056.  
  12057. Mon Feb 12 02:19:40 1990  David Lawrence  (tale@galapas)
  12058.  
  12059.     * tex-mode.el: require oshell until converted to comint.
  12060.  
  12061.     * loaddefs.el: point run-lisp autoload to new file inf-lisp.
  12062.  
  12063.     * shell.el: converted to comint.  Relegated original to oshell.el.
  12064.  
  12065.     * inf-lisp.el: converted to comint.
  12066.  
  12067.     * comint.el: removed last vestiges of original history stuff.
  12068.  
  12069. Wed Feb  7 16:27:31 1990  David Lawrence  (tale@galapas)
  12070.  
  12071.     * inf-lisp.el: inferior-lisp-program can be a list of the programme
  12072.       name and its arguments.
  12073.  
  12074. Tue Feb  6 14:42:09 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12075.  
  12076.         * calendar.el:
  12077.         (french-calendar-leap-year-p): Rewritten with corrected rule.
  12078.         (calendar-absolute-from-french): Fixed comments.
  12079.         (calendar-french-from-absolute): Rewrote using calendar-sum.
  12080.         (cursor-to-french-calendar-date): Simplified and corrected spelling.
  12081.  
  12082. Tue Feb  6 15:59:23 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12083.  
  12084.     * register.el (insert-register): Return nil.
  12085.     (jump-to-register): Likewise.
  12086.  
  12087.     * sort.el (sort-subr): Return nil.
  12088.  
  12089.     * simple.el (copy-region-as-kill): Return nil.
  12090.  
  12091.     * register.el (set-register): Return VALUE.
  12092.  
  12093. Tue Feb  6 15:03:55 1990  Joseph Arceneaux  (jla@albert.ai.mit.edu)
  12094.  
  12095.     * term/x-win.el (x-pop-up-window): Die and leave disgusted message
  12096.     when we can't get our X-window up.
  12097.  
  12098. Mon Feb  5 17:59:22 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12099.  
  12100.     * c-mode.el (calculate-c-indent): When distinguishing top level,
  12101.     check for doublequotes when checking for parens.
  12102.  
  12103. Sun Feb  4 00:37:28 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12104.  
  12105.     * tex-mode.el (tex-show-print-queue): Restart shell like tex-file.
  12106.  
  12107. Fri Feb  2 14:53:44 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12108.  
  12109.     * tex-mode.el (tex-bibtex-file, tex-file, tex-region):
  12110.     Restart the tex shell if process is gone or stopped.
  12111.     (tex-shell-running): New function.
  12112.  
  12113. Thu Feb  1 02:21:56 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12114.  
  12115.     * texinfmt.el (batch-texinfo-format): Paren error on (setq error 1).
  12116.  
  12117. Sat Jan 27 21:54:58 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12118.  
  12119.         * calendar.el:
  12120.     (scroll-calendar-left): Fixed so it works when the cursor is not
  12121.         positioned on a day.
  12122.         (cursor-to-calendar-day-of-year): Fixed so that "day" is properly
  12123.         pluralized, depending how many days remain in the year.
  12124.         (french-calendar-leap-year-p): New function.
  12125.         (french-calendar-last-day-of-month): New function.
  12126.         (calendar-absolute-from-french): New function.
  12127.         (calendar-french-from-absolute): New function.
  12128.         (cursor-to-french-calendar-date): New function.
  12129.     (calendar-mode-map): Put cursor-to-french-calendar-date on a key.
  12130.         (calendar-mode): Describe cursor-to-french-calendar-date.
  12131.  
  12132. Wed Jan 31 12:25:01 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12133.  
  12134.     * yow.el: Provide 'yow.
  12135.  
  12136. Thu Jan 25 21:57:25 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12137.  
  12138.     * lisp-mode.el: Indent prog2 specially.
  12139.  
  12140. Wed Jan 24 19:56:49 1990  Richard Stallman  (rms@albert.ai.mit.edu)
  12141.  
  12142.     * compare-w.el (compare-windows): Handle compare-ignore-case.
  12143.  
  12144. Fri Jan 19 22:27:36 1990  David Lawrence  (tale@cocoa-puffs)
  12145.  
  12146.     * dired.el: Removed restriction for -s, -i and -F switches to ls.
  12147.  
  12148.     * loaddefs.el: Removed above from dired-listing-switches doc string.
  12149.  
  12150.         * mh-e.el (c/o James Larus <larus@cs.wisc.edu>): 
  12151.       Accepts message range specifications.
  12152.       Defaults sequence name to previous sequence name when reading.
  12153.       Made mode-line id user-setable.
  12154.       Changes from Gildea: documentation and a few typos.
  12155.       Added command to pipe message through shell command.
  12156.       Fixed refile twice failed after second one moved.
  12157.       Added changes from Gildea to speed-up mh-e.
  12158.       Won't reverse sequence lists.
  12159.       Allows arbitrary fields for pick.
  12160.       Packing folder now properly updates sequence list.
  12161.       Added previously missing %s in mh-redistribute.
  12162.  
  12163.     * timer.el: (new file) Adds run-at-time function with absolute
  12164.       or relative time spec to run a function with args.
  12165.  
  12166.     * loaddefs.el: autoload for run-at-time.
  12167.  
  12168. Tue Jan 16 19:49:00 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12169.  
  12170.     * rfc822.el (rfc822-addresses): Barf, don't loop, on > in host name.
  12171.  
  12172. Tue Jan 16 19:31:46 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12173.  
  12174.         * diary.el:
  12175.         (insert-diary-entry): New function.
  12176.         (insert-weekly-diary-entry): New function.
  12177.         (insert-monthly-diary-entry): New function.
  12178.         (insert-yearly-diary-entry): New function.
  12179.         (insert-hebrew-diary-entry): New function.
  12180.         (insert-monthly-hebrew-diary-entry): New function.
  12181.         (insert-yearly-hebrew-diary-entry): New function.
  12182.         (insert-islamic-diary-entry): New function.
  12183.         (insert-monthly-islamic-diary-entry): New function.
  12184.         (insert-yearly-islamic-diary-entry): New function.
  12185.  
  12186.     * calendar.el: Autoload these functions.
  12187.     (calendar-mode-map): Put them on keys.
  12188.         (calendar-mode): Describe them.
  12189.  
  12190. Thu Jan 11 20:45:04 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12191.  
  12192.         * diary.el
  12193.         (list-diary-entries): Deleted several lines of extraneous code
  12194.         and added `nongregorian-diary-listing-hook' to the list of hooks
  12195.         called@the end; this is for use in including Hebrew, Islamic,
  12196.         Julian, or ISO diary entries.  A similar
  12197.         `nongregorian-diary-marking-hook' was added to the list of hooks
  12198.         called at the end of mark-diary-entries for the same reason.
  12199.  
  12200.         (diary-name-pattern): Fixed the documentation and added an optional
  12201.         parameter FULLNAME which insists on the full spelling of the name;
  12202.         this is also for use in marking Hebrew or Islamic diary entries
  12203.         (those month names are not unique in the first three characters).
  12204.  
  12205.         (mark-hebrew-diary-entries): New function.
  12206.         (list-hebrew-diary-entries): New function.
  12207.         (mark-hebrew-calendar-date-pattern): New function.
  12208.         (mark-islamic-diary-entries): New function.
  12209.         (list-islamic-diary-entries): New function.
  12210.         (mark-islamic-calendar-date-pattern): New function.
  12211.  
  12212.         (list-diary-entries): Added nongregorian-diary-listing-hook.
  12213.         (mark-diary-entries): Added nongregorian-diary-marking-hook.
  12214.  
  12215.         * calendar.el: Added documentation for the hooks described above.
  12216.  
  12217. Wed Jan 10 13:21:32 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12218.  
  12219.     * isearch.el (isearch): Check adding * or | to regexp even if failing.
  12220.  
  12221.     * yow.el (yow): Don't be confused by percent in message.
  12222.     Use raw prefix arg as first argument; process it later.
  12223.  
  12224. Mon Jan  8 14:06:03 1990  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
  12225.  
  12226.         * texnfo-upd.el (texinfo-update-node,
  12227.           texinfo-sequential-node-update): fixed auto-fill-hook bug.
  12228.  
  12229. Mon Jan  8 13:07:38 1990  Joseph Arceneaux  (jla@spiff)
  12230.  
  12231.     * term/x-win.el (x-pop-up-window): Set global-minibuffer-screen.
  12232.  
  12233. Mon Jan  8 12:21:09 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12234.  
  12235.         * calendar.el (calendar-date-is-visible-p):
  12236.     Fixed so it does not switch to the calendar buffer.
  12237.  
  12238.         * diary.el (prepare-fancy-diary-buffer): Compute the list of
  12239.         holidays only once for each three-month period, not once for each date
  12240.         displayed in the calendar.  This saves an enormous amount of time in
  12241.         the fancy diary display for multiple days.
  12242.  
  12243. Sun Jan  7 16:03:28 1990  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12244.  
  12245.         * calendar.el: Fixed the value of list-diary-entries-hook.
  12246.         (regenerate-calendar-window): Changed (update-display) to (sit-for 0).
  12247.         Corrected several instances of "dairy" to "diary".
  12248.         (describe-calendar-mode): Added this function to issue the message
  12249.         "Preparing..." to `?' key in calendar-mode because it's so incredibly
  12250.         slow for describe-mode to prepare the help buffer.
  12251.         (calendar-holidays): Fixed the examples in the doc-string.
  12252.  
  12253.         * diary.el: Corrected several instances of "dairy" to "diary".
  12254.  
  12255. Fri Jan  5 17:10:47 1990  Joseph Arceneaux  (jla@spiff)
  12256.  
  12257.     * term/x-win.el: Function key stuff redone.
  12258.  
  12259. Thu Jan  4 21:10:29 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12260.  
  12261.     * tex-mode.el (tex-kill-job): Avoid error if no process.
  12262.  
  12263.     * bibtex.el (sun menus): Avoid error if defmenu not defined.
  12264.  
  12265.     * doctor.el: Delete spurious symbol@top level.
  12266.  
  12267. Wed Jan  3 19:54:36 1990  Richard Stallman  (rms@mole.ai.mit.edu)
  12268.  
  12269.     * view.el (View-scroll-lines-forward):
  12270.     Exit@end only if view-scroll-forward-exits is non-nil.
  12271.  
  12272. Fri Dec 29 14:32:18 1989  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12273.  
  12274.         * calendar.el (mark-diary-entries): Made "sticky" so effect continues
  12275.         whenever the calendar is redisplayed.
  12276.         (mark-calendar-holidays, calendar-unmark): Likewise.
  12277.         
  12278. Tue Dec 26 15:33:45 1989  Ed Reingold  (reingold@emr.cs.uiuc.edu)
  12279.  
  12280.         * calendar.el: Fixed many minor bugs throughout the code. The major
  12281.         changes are as follows.
  12282.         Completely rewrote the Hebrew calendar functions to make them
  12283.         much faster and hence make holiday determination much faster
  12284.  
  12285.         Split the code into three files: the calendar stuff is in the
  12286.         main file, calendar.el; the diary stuff is in diary.el; the
  12287.         holiday stuff is in holiday.el.
  12288.  
  12289.         Added a diary hook example that shows how to get sorted diary
  12290.         entries in the fancy diary buffer.
  12291.  
  12292.         (calendar-iso-from-absolute): New function.
  12293.         (calendar-absolute-from-iso): New function.
  12294.         (cursor-to-iso-calendar-date): Added `D' calendar command to give
  12295.         the day number in the Gregorian year and number of days remaining.
  12296.         (mark-diary-entries): Made two-digit abbreviated years acceptable
  12297.         in diary entries.  Changed possible diary entry styles: DAY
  12298.         entries are no longer available; European style is now an option.
  12299.         Diary entry styles are now controlled by a list of pseudo-patterns.
  12300.         (list-diary-entries): Made two-digit abbreviated years acceptable
  12301.         in diary entries.  Changed possible diary entry styles: DAY
  12302.         entries are no longer available; European style is now an option.
  12303.         Diary entry styles are now controlled by a list of pseudo-patterns.
  12304.     (calendar-date-string): Display style of dates is now controlled by
  12305.         a pseudo-pattern so the European style is available.
  12306.         (all functions conatining the word `hebrew').
  12307.         (list-diary-entries, mark-diary-entries):
  12308.         (include-other-diary-files, mark-included-diary-files):
  12309.         Added the possibity of `shared diary files' with a recursive
  12310.         include mechanism like the C preprocessor
  12311.         (list-calendar-holidays): Eliminated the 'special class of holidays,
  12312.         rewriting the entire mechanism to make it more general.
  12313.         (calendar-holiday-function-float): Changed the 'float class of
  12314.         holidays so that negative values count backward from end of month: 5
  12315.         is no longer used for the last occurrence of a day in a month; -1 is
  12316.         used instead
  12317.  
  12318. Wed Dec 27 16:41:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12319.  
  12320.     * rmail.el (rmail): Handle MAIL environment var.
  12321.  
  12322. Mon Dec 25 00:18:25 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12323.  
  12324.     * loaddefs.el (sentence-end): Allow single space@EOL.
  12325.  
  12326.     * etags.el: New name for tags.el.
  12327.     * loaddefs.el: Autoloads changed.
  12328.  
  12329.     * paths.el (manual-formatted-dirlist): New alternative for UMAX.
  12330.  
  12331.     * simple.el (next-complex-command): Fix err msg.
  12332.  
  12333. Thu Dec 21 19:02:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12334.  
  12335.     * lisp-mode.el (indent-sexp): Exit outer loop if make no progress.
  12336.  
  12337. Wed Dec 20 07:06:12 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12338.  
  12339.     * telnet.el (telnet-initial-filter): Make `password' local.
  12340.  
  12341. Mon Dec 18 17:05:40 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12342.  
  12343.     * simple.el (edit-and-eval-command): Add new command to history.
  12344.     * chistory.el (repeat-matching-complex-command):
  12345.     Delete the useless history entry for this command.
  12346.  
  12347. Sun Dec 17 01:38:08 1989  David Lawrence  (tale@cocoa-puffs)
  12348.  
  12349.     * (comint-)shell.el: Use comint.  NOT ready yet.
  12350.     * (comint-)inf-lisp.el:  Broke the inferior lisp code out to its
  12351.     own file and converted for comint use.  NOT ready yet.
  12352.  
  12353. Sat Dec 16 14:17:02 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12354.  
  12355.     * c-mode.el (indent-c-exp): Verify that comment start isn't in string.
  12356.     Reindent comment on starting line like other comments.
  12357.  
  12358.     * tex-mode.el (validate-tex-buffer): Use tex-validate-region,
  12359.     not obsolete name.
  12360.  
  12361. Fri Dec 15 13:20:01 1989  Joseph Arceneaux  (jla@spiff)
  12362.  
  12363.     * isearch.el: Replaced all occurences of read-char with
  12364.     read-event; and check return type.
  12365.  
  12366. Fri Dec 15 09:21:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12367.  
  12368.     * appt.el: New file.
  12369.  
  12370.     * files.el (backup-buffer): Ask question (if nec) before writing file.
  12371.  
  12372. Tue Dec 12 03:24:48 1989  David Lawrence  (tale@cocoa-puffs)
  12373.  
  12374.     * medit.el and simple.el: initial definition of keymaps uses
  12375.     copy-keymap, not copy-alist.
  12376.  
  12377. Mon Dec 11 00:11:02 1989  David Lawrence  (tale@cocoa-puffs)
  12378.  
  12379.     * telnet.el: Converted to use comint.  Removed
  12380.         delete-char-or-send-eof and telnet-copy-last-input.  Added
  12381.         telnet-mode-hook.  Modified telnet-filter to insert-before-markers
  12382.     at the process-mark.    
  12383.  
  12384. Sun Dec 10 19:07:33 1989  David Lawrence  (tale@cocoa-puffs)
  12385.  
  12386.     * prolog.el: Converted to use comint.  Replaced copy-keymap for
  12387.     copy-alist of comint-mode-map.
  12388.  
  12389.     * kermit.el: Converted to use comint.  Replaced
  12390.     kermit-clean-filter with a more efficient version.
  12391.  
  12392.     * comint.el: Added optional arguments ``terminator'' and
  12393.     ``delete'' to     comint-send-input, for processes that want to see 
  12394.     a CR or CR-LFD pair instead of LFD and for processes that do echoing.
  12395.  
  12396. Fri Dec  8 22:14:42 1989  David Lawrence  (tale@cocoa-puffs)
  12397.  
  12398.     * history.el (new file): general history mechanism, primarily
  12399.     intended for interactive processes.
  12400.  
  12401.     * comint.el: converted to use history.el.  Took out all the ring
  12402.     code.  comint-send-input will replace entire input region rather
  12403.     than append to it (user option?).  comint-kill-output will only
  12404.     nuke through the last newline, to retain prompt.
  12405.     comint-show-output will start window@line before output start,
  12406.     to show command. 
  12407.  
  12408.     * dbx.el: Converted to use comint-mode. 
  12409.  
  12410. Wed Dec  6 05:22:20 1989  David Lawrence  (tale@wheat-chex)
  12411.  
  12412.     * comint.el: make-variable-buffer-local declarations moved from
  12413.     comint-mode to defvars.
  12414.  
  12415.     * gdb.el: Converted to use comint-mode.
  12416.  
  12417. Tue Dec  5 00:56:37 1989  David Lawrence  (tale@wheat-chex)
  12418.  
  12419.     * comint.el (new file):
  12420.     Added FSF copyright.
  12421.         Moved bindings off of C-c LETTER.
  12422.     Cleaned up references to cmu* files.
  12423.     Made comint-send-input do unconditional end-of-line before processing.
  12424.     cominit-exec will signal an error if no programme name.
  12425.     Removed full-copy-sparse-keymap and comint-log-user.
  12426.  
  12427. Mon Dec  4 08:56:54 1989  Joseph Arceneaux  (jla@spiff)
  12428.  
  12429.     * isearch.el: fset synonyms for re-search-*.
  12430.  
  12431. Thu Nov 30 09:51:12 1989  Joseph Arceneaux  (jla@spiff)
  12432.  
  12433.     * c-mode.el (c-comment-indent): Place comments 2 spaces after
  12434.     #endif and #else.
  12435.  
  12436. Mon Nov 27 08:51:07 1989  Joseph Arceneaux  (jla@spiff)
  12437.  
  12438.     * shell.el (shell-complete-file-name): Don't count tildes as
  12439.     filename separators if they are in the filename to be expanded.
  12440.  
  12441. Wed Nov 22 17:36:59 1989  Joseph Arceneaux  (jla@spiff)
  12442.  
  12443.     * mouse.el, x-mouse.el: Moved button definitions from mouse.el to
  12444.     x-mouse.el.  They are defined differently depending upon the X
  12445.     version.
  12446.  
  12447. Fri Nov 17 13:37:32 1989  Joseph Arceneaux  (jla@spiff)
  12448.  
  12449.     * paths.el: Changed rmail-file-name from const to a var.
  12450.  
  12451. Thu Nov 16 23:43:26 1989  Ed Reingold  (reingold@cs.uiuc.edu)
  12452.  
  12453.     * tex-mode.el (slitex-mode):
  12454.     New alternative to plain-tex-mode and latex-mode.
  12455.     (tex-mode): Know when to choose slitex mode.
  12456.     (tex-run-command, latex-run-command, slitex-run-command): New vars.
  12457.     (tex-mode, latex-mode, slitex-mode): Init tex-command from them.
  12458.     (tex-latex-block): Insert matching begin-end pair for latex.
  12459.     (tex-close-block): Be smart about nested begin-end pairs.
  12460.     (tex-last-unended-begin): New subroutine.
  12461.     (tex-region): Handle buffers with no files.
  12462.     (tex-file): Cleaner error for buffer with no file.
  12463.     (tex-generate-zap-file-name): New name for tex-generate-junk-file-name.
  12464.  
  12465. Thu Nov 16 10:24:52 1989  Joseph Arceneaux  (jla@spiff)
  12466.  
  12467.     * simple.el: New variable x-select-kill.
  12468.     (copy-region-as-kill): If non-nil, make the killed text an X
  12469.     selection.
  12470.  
  12471.     * fill.el (justify-current-line, fill-region-as-paragraph):
  12472.     Consider : as sentence terminator.
  12473.  
  12474. Tue Nov 14 19:32:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12475.  
  12476.     * bytecomp.el (byte-compile-file): Copy .el permissions to .elc.
  12477.     Delete .elc if possible before writing.
  12478.  
  12479. Thu Nov  9 18:05:43 1989  Joseph Arceneaux  (jla@spiff)
  12480.  
  12481.     * x-mouse.el (x-select-wipe): New function.
  12482.     Bind the selection functions to the default keys.
  12483.  
  12484. Wed Nov  8 15:54:55 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12485.  
  12486.     * tex-mode.el (tex-bibtex-file): New command.
  12487.     (tex-mode-map): Put on a key.
  12488.  
  12489.     * debug.el (debug): No need to check match-data for invalid markers.
  12490.  
  12491. Wed Nov  8 14:14:20 1989  Joseph Arceneaux  (jla@spiff)
  12492.  
  12493.     * paths.el (mh-progs, mh-lib):  Use file-directory-p, and check
  12494.     /usr/local/bin as well.
  12495.  
  12496. Mon Nov  6 01:35:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12497.  
  12498.     * tex-mode.el (tex-print, tex-view): Run the command asynchronously.
  12499.     Eliminate tex-after-print-hook.
  12500.  
  12501. Sun Nov  5 01:29:26 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12502.  
  12503.     * tex-mode.el (tex-region): Delete tex output files directly, not
  12504.     with rm.  Use tex-generate-junk-file-name to make tex-out-file.
  12505.     (tex-generate-junk-file-name): New function.
  12506.     (tex-strip-dots): New name for TeX-strip-dots.
  12507.     (tex-append): New name for tex-append-dvi.  Suffix is now argument.
  12508.     (tex-view): New function.
  12509.     (tex-dvi-view-command): New variable.
  12510.  
  12511.     * files.el (make-auto-save-file-name): For non-file buffer,
  12512.     use Emacs pid and buffer name.
  12513.  
  12514. Tue Oct 31 01:28:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12515.  
  12516.     * files.el (hack-local-variables): save-excursion around the eval.
  12517.  
  12518. Mon Oct 30 13:01:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12519.  
  12520.     * tex-mode.el (tex-region): Replace `.' in host name with `-'.
  12521.     Eliminate extra / in arg when running TeX.
  12522.     (TeX-strip-dots): New subroutine.
  12523.  
  12524. Sun Oct 29 14:07:04 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12525.  
  12526.     * tex-mode.el (tex-region): Run TeX in dir the source file is in.
  12527.  
  12528. Fri Oct 27 13:52:49 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12529.  
  12530.     * tex-mode.el (tex-region): Use shell pid and host name in zap file.
  12531.     (TeX-expand-files): New fn, not yet used.
  12532.  
  12533.     * startup.el (command-line): Error if foo-win library not found.
  12534.  
  12535. Thu Oct 26 10:04:49 1989  Joseph Arceneaux  (jla@spiff)
  12536.  
  12537.     * dired.el (dired-first-filename): New function, move to first
  12538.     file found.
  12539.     (dired-noselect): Use it to position point@first file when
  12540.     entering dired.
  12541.  
  12542. Wed Oct 25 16:07:25 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12543.  
  12544.     * simple.el (count-lines, goto-lines): ^M is line sep for outline md.
  12545.  
  12546. Tue Oct 24 18:52:56 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12547.  
  12548.     * rmail.el (rmail-make-in-reply-to-field): Avoid bare singlequote.
  12549.  
  12550. Sat Oct 21 03:02:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12551.  
  12552.     * replace.el (perform-replace): Always find null string@eob.
  12553.  
  12554. Sat Oct 14 01:33:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12555.  
  12556.     * startup.el (command-line-1): If > 2 files visited, do buffer-menu.
  12557.  
  12558.     * texinfo.el (texinfo-mode): Set words-include-escapes to t.
  12559.  
  12560.     * tex-mode.el (tex-start-shell): Run tex-shell-hook.
  12561.  
  12562. Thu Oct 12 16:54:30 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12563.  
  12564.     * x-mouse.el (x-paste-text): push-mark before inserting text.
  12565.     (x-insert-selection):
  12566.     (x-select): Moved these functions over from the file:
  12567.     * mouse.el
  12568.  
  12569. Thu Oct 12 02:37:18 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12570.  
  12571.     * simple.el (kill-ring-save): New command for M-w.
  12572.     Shows other end of region momentarily.
  12573.  
  12574.     * register.el (jump-to-register): New name for register-to-point.
  12575.     Old name remains as alias.
  12576.  
  12577.     * simple.el (end-of-buffer): Scroll to put point near screen bottom.
  12578.  
  12579. Wed Oct 11 17:22:29 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12580.  
  12581.     * compile.el (grep): Don't save buffers for grep.
  12582.  
  12583. Tue Oct 10 15:06:45 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12584.  
  12585.     * files.el (recover-file):  Prompt with current buffer's filename.
  12586.  
  12587. Mon Oct  9 18:24:21 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12588.  
  12589.     * term/x-win.el (x-pop-up-window):  If color screen, start out
  12590.     with some default colors.
  12591.  
  12592. Sun Oct  8 19:00:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12593.  
  12594.     * rnewspost.el (news-mail-reply, news-reply, news-post-news):
  12595.     Include newline before the blank line, when narrowing.
  12596.  
  12597. Wed Oct  4 16:41:16 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12598.  
  12599.     * mouse.el (mouse-double-down, mouse-double-up):
  12600.     New functions for double-clicking.
  12601.  
  12602. Tue Oct  3 12:38:45 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12603.  
  12604.     * x-mouse.el (x-insert-selecton, x-select): New functions:
  12605.  
  12606.     * mouse.el: New [experimental] functions:
  12607.     (mouse-motion, track-mouse, mouse-select-buffer-line)
  12608.     (mouse-boxing, mouse-erase-box, incr-scroll-down)
  12609.     (incr-scroll-up, incremental-scroll, incr-scroll-stop)
  12610.     (mouse-kill-rectangle, mouse-open-rectangle, mouse-multiple-insert)
  12611.     (mouse-move-text)
  12612.  
  12613. Sun Oct  1 21:01:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12614.  
  12615.     * rmailout.el (rmail-output): Check for an RMAIL file, and get error.
  12616.  
  12617. Sat Sep 30 18:11:41 1989  Robert J. Chassell  (bob@rice-chex)
  12618.  
  12619.         * texnfo-upd.el (texinfo-copy-menu): Don't enter infinite loop
  12620.           when copying a multi-line description@the end of a menu.
  12621.  
  12622. Thu Sep 28 13:55:19 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  12623.  
  12624.     * mouse.el: New function mouse-line-length.  New constants for
  12625.     mouse-motion keys.
  12626.  
  12627. Wed Sep 27 09:49:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12628.  
  12629.     * c-mode.el (calculate-c-indent): Don't treat function-name line
  12630.     as continuation, because its previous line's indent is zero.
  12631.  
  12632.     * sendmail.el (mail-do-fcc): No blank line before iff file is new.
  12633.  
  12634. Mon Sep 25 16:21:51 1989  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
  12635.  
  12636.         * renamed texinfo-update.el to texnfo-upd.el and updated `provide'
  12637.  
  12638.         * texinfo.el: updated `require' to reflect new name for texnfo-upd
  12639.  
  12640. Sat Sep 23 14:38:26 1989  Robert J. Chassell  (bob@rice-chex)
  12641.  
  12642.         * texinfo.el: Moved functions to update nodes and menus to
  12643.           texinfo-update.el.
  12644.  
  12645.         * texinfo.el, texinfo-update.el: Added `require' and `provide'.
  12646.  
  12647.         * texinfo.el: Added keybindings to insert frquently used @-commands.
  12648.  
  12649.           Added keybindings for `texinfo-format-buffer',
  12650.           `texinfo-update-node', `texinfo-every-node-update',
  12651.           `texinfo-make-menu', and `texinfo-all-menus-update'. 
  12652.  
  12653.         * texinfo-update.el (texinfo-sequential-node-update): now updates
  12654.           node in which point is located so pointer are to next and
  12655.           previous node regardless of hierarchy.  Non-nil argument
  12656.           (prefix, if interactive) means update nodes in region.
  12657.  
  12658.           (texinfo-every-node-update): updates every node in a Texinfo
  12659.           file.
  12660.  
  12661.           (texinfo-all-menus-update): updates all the regular menus in a
  12662.           Texinfo file.
  12663.  
  12664.           (texinfo-indent-menu-description,
  12665.           texinfo-menu-indent-description): Indent every description in
  12666.           menu following point to specified column.  Non-nil argument
  12667.           (prefix, if interactive) means indent every description in every
  12668.           menu in the region.  Does not indent second and subsequent lines
  12669.           of a multi-line description. 
  12670.  
  12671.           (texinfo-insert-menu, texinfo-column-for-description): starts a
  12672.           menu description@column specified by variable
  12673.           `texinfo-column-for-description'.
  12674.  
  12675.           (texinfo-find-pointer, texinfo-insert-pointer): find and inserts
  12676.           higher level pointer as `Previous' pointer if there is no
  12677.           previous node@the same level.
  12678.  
  12679.           (texinfo-menu-copy-old-description): now copies `@' commands in
  12680.           old descriptions.
  12681.  
  12682.  
  12683. Fri Sep 22 00:59:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12684.  
  12685.     * simple.el (previous-complex-command): If not already inside
  12686.     repeat-complex-command, enter it.
  12687.     (repeat-complex-command): Bind repeat-complex-command-flat to t.
  12688.  
  12689.     * prolog.el (prolog-comment-indent): Don't insist on 1 space
  12690.     if@left margin.
  12691.  
  12692. Thu Sep 21 23:32:15 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12693.  
  12694.     * gdb.el (gdb-break): Go to line beg before counting lines.
  12695.  
  12696. Thu Sep 21 11:08:30 1989  Joseph Arceneaux  (jla@susie)
  12697.  
  12698.     * term/x-win.el: Added cursor-shape list, removed x-defined-colors
  12699.     stuff.
  12700.  
  12701. Thu Sep 21 03:59:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12702.  
  12703.     * simple.el (shell-command-on-region): If output is 1 line,
  12704.     display it in echo area.
  12705.  
  12706. Tue Sep 19 16:33:38 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12707.  
  12708.     * files.el (not-modified): With arg, mark buffer as modified.
  12709.  
  12710.     * c-mode.el (indent-c-exp): Support do-while.
  12711.  
  12712. Mon Sep 18 02:32:36 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12713.  
  12714.     * info.el (Info-mode, Info-edit-mode): Put on 'mode-class 'special.
  12715.  
  12716.     * c-mode.el (c-indent-line): Special for line starting in `while'
  12717.     to detect a do-while statement.
  12718.     (c-backward-to-start-of-do): New subroutine.
  12719.  
  12720. Sun Sep 17 15:18:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12721.  
  12722.     * cl.el (safe-idiv): Avoid overflow calculating sign of quotient.
  12723.  
  12724. Sat Sep 16 01:52:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12725.  
  12726.     * c-mode.el (calculate-c-indent): A line starting in `}'
  12727.     is not considered a continuation.
  12728.  
  12729.     * sendmail.el (sendmail-send-it): Don't let user specify `Sender'.
  12730.     Insert a `Sender' if From is specified and doesn't match login name.
  12731.  
  12732. Fri Sep 15 11:53:47 1989  Joseph Arceneaux  (jla@spiff)
  12733.  
  12734.     * term/x-win.el: Removed function x-color-screen-p
  12735.     (now in xfns.c).  New variables x-colors, x-display-defined colors.
  12736.     Initialize them.
  12737.  
  12738. Thu Sep 14 04:37:15 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12739.  
  12740.     * startup.el (command-line): Rename local var for name of user
  12741.     to `init-file-user'.  Advertise that for use in the init file.
  12742.  
  12743. Mon Sep 11 20:22:43 1989  Robert J. Chassell  (bob@apple-gunkies.ai.mit.edu)
  12744.  
  12745.     * texinfo.el (texinfo-update-node, texinfo-make-menu,
  12746.     texinfo-master-menu, texinfo-sequential-node-update): Added
  12747.     functions to insert or update the next, previous, and up node
  12748.     pointers in a Texinfo file, or alternatively to insert node
  12749.     pointers as a depth-first traversal---sequentially through the
  12750.     file, each pointing to the next node regardless of its
  12751.     hierarchical level, and to create or update a menu or menus
  12752.     (preserving pre-existing descriptions, if any), to create a master
  12753.     menu for a Texinfo file accordng to the Manual recommendation.
  12754.  
  12755. Mon Sep 11 19:07:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12756.  
  12757.     * sun-fns.c, term/sun.el:
  12758.     Rename prev-complex-command to select-previous...
  12759.  
  12760. Sun Sep 10 15:56:09 1989  Joseph Arceneaux  (jla@spiff)
  12761.  
  12762.     * files.el (find-file-noselect): Indicate if file is a soft link
  12763.     to some file already present.
  12764.  
  12765. Thu Sep  7 00:47:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12766.  
  12767.     * rmailmsc.el (set-rmail-inbox-list): Doc fix.
  12768.  
  12769. Fri Sep  1 18:39:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12770.  
  12771.     * files.el (basic-save-buffer): On VMS, remove version number from
  12772.     visited file name before saving, and rename buffer.
  12773.  
  12774. Thu Aug 31 16:19:47 1989  Joseph Arceneaux  (jla@spiff)
  12775.  
  12776.     * term/Old/wyse.el: New terminal configuration file.
  12777.  
  12778. Wed Aug 30 13:16:02 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12779.  
  12780.     * rmail.el: `e' is now edit; only `x' for expunge.
  12781.  
  12782.     * term/x-win.el: Fix error message.
  12783.  
  12784.     * dired.el (dired-repeat-over-lines): FUNCTION returns t if it
  12785.     deleted the line.  All callers changed to make it return nil.
  12786.     (dired-move-file, dired-create-directory): New functions.
  12787.  
  12788. Tue Aug 29 16:41:34 1989  Joseph Arceneaux  (jla@spiff)
  12789.  
  12790.     * files.el:
  12791.     * bytecomp.el: Call read-file-name instead of new-read-file-name,
  12792.     since the latter subr has been renamed the former.
  12793.  
  12794. Wed Aug 23 23:32:25 1989  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
  12795.  
  12796.     * startup.el (command-line-1): Update year in startup message.
  12797.  
  12798. Wed Aug 23 17:47:47 1989  Joseph Arceneaux  (jla@spiff)
  12799.  
  12800.     * term/x-win.el: Open the X connection when this file is loaded;
  12801.     don't wait for pop-up-window.
  12802.  
  12803. Tue Aug 22 16:08:31 1989  Joseph Arceneaux  (jla@spiff)
  12804.  
  12805.     * term/x-win.el: Changed the documentation of `x-switches'.
  12806.  
  12807. Mon Aug 21 17:21:16 1989  Joseph Arceneaux  (jla@spiff)
  12808.  
  12809.     * term/x-win.el: Rewrote the code for handling command line args,
  12810.     including x-handle-switch.
  12811.  
  12812. Sat Aug 19 16:44:57 1989  Joseph Arceneaux  (jla@spiff)
  12813.  
  12814.     * term/x-win.el: Changed iconic type option string from "-i" to
  12815.     "-ib".  Also normalized the options to the X toolkit standard.
  12816.  
  12817. Tue Aug 15 13:32:23 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12818.  
  12819.     * files.el (basic-save-buffer): For precious file, don't delete
  12820.     renamed old version if rename failed.
  12821.  
  12822.     * files.el (backup-buffer): Don't delete old backup,
  12823.     since rename-file should do it.
  12824.  
  12825.     * c-mode.el (electric-c-terminator): Recognize labels with _ or $.
  12826.  
  12827. Tue Aug 15 10:52:19 1989  Joseph Arceneaux  (jla@spiff)
  12828.  
  12829.     * replace.el (occur): Optionally search whole buffer, controlled
  12830.     by new variable occur-whole-buffer.
  12831.  
  12832. Tue Aug 15 09:21:56 1989  Roland McGrath  (roland@apple-gunkies.ai.mit.edu)
  12833.  
  12834.     * add-log.el (prompt-for-change-log-name): New macro to prompt for
  12835.     a change log file name.
  12836.     (add-change-log-entry): Use it.
  12837.     (add-change-log-entry-other-window): Take an arg, the file name of
  12838.     the change log.  If interactive: if given a prefix arg, prompt for
  12839.     the file name; if use default-directory.
  12840.  
  12841. Mon Aug 14 22:04:04 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12842.  
  12843.     * man.el (nuke-nroff-bs): Assume footers are what precede headers.
  12844.     Delete fixed number of lines around each header, so that significant
  12845.     blank lines next to these are preserved.
  12846.  
  12847. Sun Aug 13 17:39:40 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12848.  
  12849.     * c-mode.el (indent-c-exp): Remove indentation from blank lines.
  12850.     When trying to move up to init contain-stack, don't go past
  12851.     start of function.  If no containing open is found thus,
  12852.     set opoint to prev. function-start, so calculate-c-indent wins.    
  12853.  
  12854. Sat Aug 12 13:24:13 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12855.  
  12856.     * rmailsum.el (rmail-new-summary): Use other-window-scroll-buffer
  12857.     to make scroll commands do the right thing.  Make it local.
  12858.  
  12859. Fri Aug 11 14:27:43 1989  Richard Stallman  (rms@hobbes.ai.mit.edu)
  12860.  
  12861.     * telnet.el (telnet-filter): Don't move point if was not@end.
  12862.     Eliminate ^M entirely.
  12863.  
  12864.     * tex-mode.el (tex-mode-syntax-table): Give \ the syntax code /.
  12865.  
  12866. Sun Aug  6 17:14:17 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12867.  
  12868.     * sendmail.el (mail-text): New command, on C-c C-t.
  12869.  
  12870. Sat Aug  5 16:19:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12871.  
  12872.     * rnewspost.el (news-setup): ACTIONS arg to mail-setup was missing.
  12873.  
  12874. Fri Aug  4 23:56:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12875.  
  12876.     * hideif.el (hif-factor): Typo in error message.
  12877.  
  12878. Thu Aug  3 23:43:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12879.  
  12880.     * sort.el, loaddefs.el: Doc fixed.
  12881.  
  12882. Wed Aug  2 19:22:06 1989  Richard Stallman  (rms@mole)
  12883.  
  12884.     * cl.el (floor): Fix bug in last cond clause, (floor -10 2).
  12885.  
  12886.     * backquote.el (`): Upgrade doc string.
  12887.  
  12888. Mon Jul 31 01:55:11 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12889.  
  12890.     * rmail.el (rmail): If existing buffer is empty, treat it as new.
  12891.  
  12892.     * abbrev.el (expand-region-abbrevs): Mention abbrev when querying.
  12893.     Test for abbrev definition without modifying buffer.
  12894.     No need to compare start with end, since (interactive "r") does it.
  12895.     Arrange for prefix arg as NOQUERY arg.
  12896.     (add-abbrev): Prompt differently if undefining an abbrev.
  12897.     (write-abbrev-file): Better default file name.
  12898.     (read-abbrev-file, quietly-read-abbrev-file): Make FILE arg optional.
  12899.  
  12900. Tue Jul 25 19:47:39 1989  Joseph Arceneaux  (jla@spiff)
  12901.  
  12902.     * files.el (write-file): If no file is associated with the current
  12903.     buffer, prompt with the buffer name.
  12904.  
  12905. Thu Jul 20 02:26:35 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12906.  
  12907.     * info.el (Info-follow-reference): Handle newline and indentation
  12908.     immediately after *note.
  12909.  
  12910. Wed Jul 19 11:35:55 1989  Joseph Arceneaux  (jla@spiff)
  12911.  
  12912.     * keypad.el: Removed unused symbols, changed commentary.
  12913.     * term/x-win.el: Added mapping from emacs key symbols to strings
  12914.     used by X.
  12915.     (x-keypad-setup): Provide use of the function and keypad keys,
  12916.     using the standard keyboard files of /term/*
  12917.     * term/news.el: New file for the Sony keyboard.  This now works
  12918.     with both keypad.el and x-win.el.  The other terminal files are
  12919.     obsolete.
  12920.  
  12921. Fri Jul 14 11:23:15 1989  Joseph Arceneaux  (jla@spiff)
  12922.  
  12923.     * gdb.el (gdb): Use "interactive f" instead of "F".
  12924.  
  12925. Thu Jul 13 10:20:27 1989  Joseph Arceneaux  (jla@spiff)
  12926.  
  12927.     * outline.el (outline-flag-region): Don't pass optional last arg
  12928.     `t' to subst-char-in-region.
  12929.  
  12930. Wed Jul 12 12:08:07 1989  Joseph Arceneaux  (jla@spiff)
  12931.  
  12932.     * lisp.el (insert-parentheses) Changed conditions for pre- and
  12933.     post- insertion of blanks.
  12934.  
  12935.     * bytecomp.el (byte-compile-file): If current buffer is in
  12936.     emacs-lisp mode, prompt with buffer's file name as default.
  12937.  
  12938. Fri Jul  7 08:16:03 1989  Joseph Arceneaux  (jla@spiff)
  12939.  
  12940.     * files.el (basic-save-buffer) When querying for a final newline,
  12941.     use y-or-n-p instead of yes-or-no-p.
  12942.  
  12943. Thu Jul  6 10:59:21 1989  Joseph Arceneaux  (jla@galapas.ai.mit.edu)
  12944.  
  12945.     * files.el: (find-alternate-file): Use new function
  12946.     new-read-file-name.  This name is temporary.  Also don't
  12947.     substitute `~' for homedir; new-read-file-name does this.
  12948.  
  12949. Tue Jul  4 20:23:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12950.  
  12951.     * mailalias.el (build-mail-aliases): Accept `group' as synonym.
  12952.  
  12953.     * nroff-mode.el (electric-nroff-mode): Arg now optional.
  12954.  
  12955.     * man.el (insert-man-file): Handle HP's directories with .Z in
  12956.     their names.
  12957.  
  12958. Tue Jun 27 16:10:03 1989  Joseph Arceneaux  (jla@mole.ai.mit.edu)
  12959.  
  12960.     * term/x-win.el (x-new-window) New function.
  12961.  
  12962. Sun Jun 25 12:45:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12963.  
  12964.     * ledit.el (ledit-zap-file, etc.): Use user-login-name.
  12965.     * medit.el (medit-zap-file): Likewise.
  12966.  
  12967.     * subr.el (user-original-login-name): New function.
  12968.     * rmail.el (rmail, rmail-insert-inbox-text): Use that.
  12969.     * mail-utils.el (rmail-dont-reply-to): Use that.
  12970.  
  12971. Sat Jun 24 23:24:41 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12972.  
  12973.     * compile.el: Doc fix.
  12974.  
  12975. Fri Jun 23 17:00:12 1989  Joseph Arceneaux  (jla@all-bran.ai.mit.edu)
  12976.  
  12977.     * term/x-win.el (x-pop-up-window) Run hook x-pop-up-window-hook.
  12978.     (x-color-screen-p) New macro;  used to be C function.
  12979.  
  12980. Thu Jun 22 12:57:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12981.  
  12982.     * time.el (add-clock-handler): Call specified function each minute.
  12983.     * loaddefs.el: Autoload it.
  12984.  
  12985.     * subr.el: Doc fix.
  12986.  
  12987. Thu Jun 22 11:11:06 1989  Joseph Arceneaux  (jla@gracilis.ai.mit.edu)
  12988.  
  12989.     * rmail.el: Fixed missing declares of rmail-inbox-list and
  12990.     rmail-keywords.
  12991.     * sendmail.el: Fixed missing declares of mail-reply-buffer and
  12992.     mail-send-actions.
  12993.  
  12994. Wed Jun 21 12:17:27 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12995.  
  12996.     * sendmail.el (mail-recover): New command.
  12997.  
  12998. Tue Jun 20 13:58:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  12999.  
  13000.     * sendmail.el (mail-signature): Delete excess blank lines;
  13001.     put one blank line and one line of `--' before signature.
  13002.  
  13003.     * sort.el (sort-subr): Make sure markers@end of text
  13004.     stay at the end.
  13005.     (calls to sort-subr): Put save-excursion around save-restriction.
  13006.     Now all these commands preserve region around sorted text.
  13007.  
  13008. Mon Jun 19 19:59:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13009.  
  13010.     * rnewspost.el (news-reply-yank-original): Break out insertion
  13011.     of header line into a hook, news-reply-header-hook.
  13012.     Recommended by Barry Warsaw.
  13013.  
  13014. Mon Jun 19 18:31:40 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  13015.  
  13016.     * files.el (find-alternate-file): Check that file <buffer name> is
  13017.     non nil.
  13018.  
  13019. Sun Jun 18 12:19:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13020.  
  13021.     * sendmail.el (mail-mode): Make mail-signature-inserted local.
  13022.     (mail-setup): Set it to nil.
  13023.     (mail-signature): Set it to t.
  13024.     (mail-mode-map): Don't put that on a key.
  13025.     (mail-send): Call mail-signature if .signature exists and not
  13026.     already done.
  13027.  
  13028.     * texinfmt.el (texinfo-format-node):
  13029.     Add properly to texinfo-node-names.
  13030.  
  13031. Fri Jun 16 15:57:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13032.  
  13033.     * texinfmt.el: Doc fix.
  13034.  
  13035. Thu Jun 15 17:12:32 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13036.  
  13037.     * c-mode.el (electric-c-terminator, c-indent-line):
  13038.     (calculate-c-indent, indent-c-exp): Recognize `case' more generally.
  13039.  
  13040.     * c-mode.el (c-indent-command): With arg, find a sexp split over lines.
  13041.  
  13042.     * c-mode.el (indent-c-exp): Typo in local name innerloop-done.
  13043.     Declare last-depth.
  13044.     Use OPOINT by default as arg to calculate-c-indent.
  13045.     * lisp-mode.el (indent-sexp): Likewise.
  13046.  
  13047.     * dired.el (dired-readin): Detect non-existent directories.
  13048.  
  13049. Thu Jun  8 16:31:41 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  13050.  
  13051.     * term/x-win.el
  13052.     (new-screen): Added this function, which is the default
  13053.     auto-screen function.  It uses new variables new-screen-x-delta
  13054.     and new-screen-y-delta.
  13055.     (next-multiscreen-window, previous-multiscreen-window):
  13056.     These new functions step through all windows, jumping screens when
  13057.     they need to.x
  13058.  
  13059. Thu Jun  8 12:08:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13060.  
  13061.     * spell.el (spell-region): Downcase misspelled word.
  13062.  
  13063. Tue Jun  6 19:58:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13064.  
  13065.     * chistory.el (list-command-history): Go to history buffer
  13066.     before examining its text.
  13067.  
  13068.     * subr.el (suppress-keymap): Store using define-key
  13069.     so that sparse keymaps work.
  13070.  
  13071. Sun Jun  4 14:17:27 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13072.  
  13073.     * time.el (display-time-filter): Preserve the match data.
  13074.  
  13075. Fri Jun  2 16:04:14 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13076.  
  13077.     * rmail.el (rmail-convert-to-babyl-format): Generalize time zone fmt.
  13078.     (rmail-nuke-pinhead-header): Likewise.
  13079.  
  13080.     * cmacexp.el (c-macro-expand): Terminate string or comment after
  13081.     last macro in the file.
  13082.  
  13083.     * bib-mode.el: New file.
  13084.  
  13085.     * sendmail.el (mail-mode-syntax-table): Seperate syntax table
  13086.     for mail mode.  Makes % a separator.
  13087.  
  13088. Wed May 31 18:05:20 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13089.  
  13090.     * cmacexp.el (c-macro-expand): Handle \-continuation of macros.
  13091.  
  13092.     * fill.el (fill-region-as-paragraph): Don't leave space@end of line.
  13093.  
  13094. Tue May 30 14:33:09 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13095.  
  13096.     * replace.el (perform-replace): Fix typo.
  13097.  
  13098.     * shell.el (make-shell): Don't call shell-mode if already in that mode.
  13099.  
  13100.     * compile.el (next-error): Widen if necessary.
  13101.  
  13102. Sat May 27 00:24:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13103.  
  13104.     * hexl.el: New file.
  13105.  
  13106. Thu May 25 15:22:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13107.  
  13108.     * c-mode.el (c-indent-region): Make marker before indenting first line.
  13109.     (indent-c-exp): Find preceding open paren or open brace to initialize
  13110.     contain-stack, if have endpos.
  13111.     Don't treat next-depth = 0 as special if have endpos.
  13112.     Don't use next-depth as exit criterion if have endpos.
  13113.  
  13114. Wed May 24 00:27:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13115.  
  13116.     * simple.el (do-auto-fill): Keep splitting until short line or give up.
  13117.  
  13118. Tue May 23 16:13:10 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  13119.  
  13120.     * rmailsum.el: Added C-d (rmail-summarey-delete-backward) to
  13121.     rmail-summary-mode-map.
  13122.  
  13123. Mon May 22 13:44:00 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13124.  
  13125.     * dired.el (dired-chown): Put file name in a variable.
  13126.  
  13127. Sun May 21 00:55:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13128.  
  13129.     * compile.el (compile-command): Add SPC@end of value.
  13130.  
  13131.     * simple.el (shell-command): If COMMAND ends in &, do it asynch.
  13132.  
  13133.     * apropos.el (apropos-match-keys): Ignore atoms in an alist.
  13134.     Ignore menu prompts in key bindings.
  13135.  
  13136.     * cl.el (defsetf): Put quotes into expansion where needed.
  13137.  
  13138.     * apropos.el (apropos): Call apropos-internal to get list of syms.
  13139.  
  13140.     * cl.el (isqrt): More accurate termination condition.
  13141.     Fewer special cases needed.
  13142.  
  13143.     * sendmail.el (mail-send): Ignore errors in mail-send-actions.
  13144.  
  13145. Sat May 20 15:43:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13146.  
  13147.     * simple.el (insert-buffer): Default to (other-buffer).
  13148.  
  13149. Thu May 18 16:33:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13150.  
  13151.     * isearch.el (isearch): Bug in previous change: was assuming regexp.
  13152.  
  13153. Wed May 17 17:19:43 1989  Kyle Jones  (kjones@talos.uucp)
  13154.  
  13155.     * saveconf.el: Changed copying permissions and warranty
  13156.     disclaimer to those of the GNU General Public License
  13157.  
  13158.     * saveconf.el: Added usage instructions at the top of file.
  13159.  
  13160.     * saveconf.el (recover-context): Returns t if recover succeeds.
  13161.  
  13162. Wed May 17 13:21:49 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13163.  
  13164.     * rmail.el (rmail-nuke-pinhead-header): Accept space before
  13165.     numeric time zone in From line.
  13166.  
  13167.     * sendmail.el (mail): Use multiple mail buffers.  Reuse an
  13168.     unmodified one or make a new one.  With arg, find a modified one.
  13169.     If have auto-save file, suggest M-x recover.
  13170.  
  13171.     * rmailout.el (rmail-output-to-rmail-file): Adjust narrowing@call to
  13172.     rmail-count-new-messages, for changes therein.
  13173.  
  13174. Tue May 16 11:56:19 1989  Chris Hanson  (cph@kleph)
  13175.  
  13176.     * scheme.el: change syntax table entries to use new "p" bit.
  13177.  
  13178. Mon May 15 10:32:29 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  13179.  
  13180.     * tags.el (next-file): fixed typo: " *next-file*" --> "*next-file*"
  13181.  
  13182. Sun May 14 20:12:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13183.  
  13184.     * files.el (set-visited-file-name): Don't rename autosave file.
  13185.     This avoids losing it when you do C-x C-w.
  13186.  
  13187. Sat May 13 14:12:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13188.  
  13189.     * chistory.el (command-history-map): Share with shared-lisp-mode-map.
  13190.  
  13191. Fri May 12 18:12:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13192.  
  13193.     * debug.el (debug): Use search to find extraneous part of backtrace.
  13194.     Works even interpreted.
  13195.     (debug-convert-byte-code): New function:
  13196.     convert byte-code object to a lambda-exp.
  13197.     (debug-on-entry, debugger-reenable): Call that function.
  13198.  
  13199.     * rmail.el (rmail-set-message-counters-counter): Change in search
  13200.     caused pointers to wrong place in message.
  13201.  
  13202.     * c-mode.el (c-indent-region): Pass marker to indent-c-exp.
  13203.     * lisp-mode.el (lisp-indent-region): Likewise.
  13204.  
  13205. Fri May 12 10:40:04 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  13206.  
  13207.     * term/x-win.el (x-set-display-name):  Now works;  correctly gets
  13208.     display name and removes those options from `command-line-args-left'.
  13209.     Renamed some of the options to be consistent with standard X
  13210.     applications.
  13211.     Added "-iconic" option for iconic startup;  created variable
  13212.     `x-iconic-startup' and function `x-set-iconic-startup'
  13213.     (x-pop-up-window):  initialize x-display-name first, then call
  13214.     x-open-connection.
  13215.  
  13216. Thu May 11 00:27:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13217.  
  13218.     * loaddefs.el (completion-ignored-extensions): Add .sbin.    
  13219.  
  13220.     * c-mode.el (c-fill-paragraph): Recognize first line of comment.
  13221.     Move to second line to get fill prefix.
  13222.     On one-line comment, pick reasonable prefix.
  13223.     Don't strand comment ender on separate line.
  13224.  
  13225. Wed May 10 19:02:26 1989  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
  13226.  
  13227.     * term/x-win.el (x-handle-numeric-switch)  Just like
  13228.     x-handle-switch, but converts argument to int (e.g., "-b 4").
  13229.  
  13230. Wed May 10 16:33:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13231.  
  13232.     * man.el (manual-entry): Make buffer read only.
  13233.  
  13234. Mon May  8 18:28:59 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13235.  
  13236.     * startup.el (command-line-1): Split paragraph in startup message.
  13237.  
  13238.     * simple.el (append-next-kill): Print a message.
  13239.  
  13240.     * startup.el (command-line-1): Except for first file, find in
  13241.     other window.
  13242.  
  13243.     * isearch.el (isearch): Don't move cursor for c-w, c-y in reverse.
  13244.     Allow longer match@point in non-regexp reverse search as in regexp.
  13245.  
  13246.     * startup.el (command-line): Give details on error in init file.
  13247.  
  13248.     * fill.el (fill-region-as-paragraph): Insert NL before delete space.
  13249.  
  13250. Mon May  8 18:26:01 1989  Joseph Arceneaux  (jla@rice-chex.ai.mit.edu)
  13251.  
  13252.     * x-mouse.el (x-cut-text):  sit-for 1 when warping mouse to mark.
  13253.     Also removed code dupicated by mouse.el
  13254.     (x-trace-mouse):  debugging function which prints out mouse events
  13255.     as they arrive.
  13256.     (x-paste-text):  Don't set point before inserting cut text;  too
  13257.     confusing and incompatible with xterm.
  13258.  
  13259.     * mouse.el (mouse-scroll, mouse-del-char, mouse-kill-line,
  13260.     narrow-window-to-region, mouse-window-to-region): Added these
  13261.     new functions.
  13262.  
  13263. Mon May  8 18:10:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13264.  
  13265.     * info.el (Info-find-node): Fix confusion testing file existence.
  13266.  
  13267.     * files.el (basic-save-buffer): Mention file name in "save anyway".
  13268.  
  13269. Mon May  8 16:18:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13270.  
  13271.     * lisp-mode.el (lisp-indent-line, lisp-comment-indent): Use \\s<
  13272.     to recognize comment-start characters.
  13273.     (indent-sexp): likewise.
  13274.     * lisp.el (end-of-defun): likewise.
  13275.  
  13276. Sun May  7 15:12:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13277.  
  13278.     * underline.el (ununderline-region): Handle pre- or -post underline.
  13279.  
  13280.     * rmail.el (rmail-search): Fix failure message.
  13281.  
  13282.     * paths.el (Info-directory-list): Replaces Info-directory.
  13283.     * info.el (Info-find-node): Search that directory list.
  13284.  
  13285.     * c-mode.el (electric-c-sharp-sign): Auto-align #@column 0.
  13286.  
  13287.     * rmail.el (rmail-parse-file-inboxes, rmail-get-new-mail):
  13288.     Require newline before ^_ when searching.  More reliable.
  13289.     (rmail-count-new-messages, rmail-set-message-counters): Likewise.
  13290.     (rmail-set-message-counters-counter): Likewise.
  13291.     * rmailout.el (rmail-output-to-rmail-file): Likewise.
  13292.  
  13293.     * info.el (info-follow-reference): Provide default: ref point is in.
  13294.  
  13295.     * page.el (what-page): Reckon from beginning of line.
  13296.  
  13297.     * blackbox.el: Doc fix.
  13298.     (bb-done): Improve messages.
  13299.  
  13300.     * replace.el (perform-replace): Keep stack of previous pos for ^.
  13301.  
  13302.     * info.el: Doc fix.
  13303.  
  13304.     * simple.el: Doc fix.
  13305.  
  13306. Fri May  5 14:55:55 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13307.  
  13308.     * view.el (view-mode): Save and set major-mode like mode-name.
  13309.     (view-exit): Restore it.
  13310.     (view-helpful-message): Update for new exit command.
  13311.  
  13312.     * tags.el (tags-loop-continue): Just set-buffer if not permanent.
  13313.  
  13314.     * tags.el (visit-tags-table-buffer): Clean up if file invalid.
  13315.  
  13316.     * apropos.el: New file.  Apropos now defined here.
  13317.     * loaddefs.el: Autoload it.
  13318.  
  13319.     * help.el: Doc fix.
  13320.  
  13321.     * sort.el: Doc fix.
  13322.  
  13323.     * bytecomp.el (byte-compile-lambda): Return a byte-code object.
  13324.     (byte-compile-file-form): Return an fset form which constructs
  13325.     such a byte-code object and installs it.
  13326.     (byte-compile-defun, byte-compile-macro): Likewise.
  13327.     (byte-compile-function-form): Translate to a make-byte-code form.
  13328.     (byte-compile-file): Find and fix doc strings in fset forms.
  13329.  
  13330.     * loaddefs.el (completion-ignored-extensions): Add .fmt.
  13331.  
  13332. Thu May  4 02:02:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13333.  
  13334.     * blackbox.el (bb-init-board): Use (random 8) to get # in [0,7].
  13335.     * dissociate.el: Likewise.
  13336.     * fill.el (justify-current-line): Likewise.
  13337.     * flame.el (define-element, psychoanalize-flamer): Likewise.
  13338.     * yow.el (yow): Likewise.
  13339.     * doctor.el: Use (random N), not (random-range N).
  13340.     (random-range): Function deleted.
  13341.  
  13342.     * simple.el (auto-fill-mode): Arg now optional.
  13343.  
  13344. Mon May  1 14:25:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13345.  
  13346.     * cl.el (cl-member): New name for Common Lisp `member'.
  13347.  
  13348. Sun Apr 30 17:07:16 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13349.  
  13350.     * cmacexp.el (c-macro-expand): Use a second temp file for the region.
  13351.  
  13352.     * tags.el (tags-loop-continue): Widen the buffers.
  13353.  
  13354. Sat Apr 29 14:31:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13355.  
  13356.     * cl.el (defsetf): Take effect@run time, not expansion time.
  13357.  
  13358.     * bytecomp.el (byte-compile-file-form): Expand top level macros.
  13359.     Look inside of progn.
  13360.  
  13361. Thu Apr 27 15:36:12 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13362.  
  13363.     * replace.el (map-query-replace-regexp): New function.
  13364.  
  13365.     * replace.el (perform-replace): Allow list of strings to replace
  13366.     with; they are used in rotation.  Optional arg repeat-count is
  13367.     number of times to use each string before rotating.
  13368.  
  13369. Wed Apr 26 22:35:31 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13370.  
  13371.     * sendmail.el (mail-yank-original): Handle new var mail-yank-prefix.
  13372.  
  13373. Tue Apr 25 20:30:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13374.  
  13375.     * rmail.el (rmail-output-to-rmail-file): If output buffer is not in
  13376.     rmail mode, insert@end of it.
  13377.  
  13378.     * rmail.el (rmail-set-attribute): search-forward's value is no longer
  13379.     t or nil; now may be a number.
  13380.  
  13381. Mon Apr 24 14:31:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13382.  
  13383.     * rmail.el (rmail): Put existing buffer into rmail-mode if necessary.
  13384.  
  13385. Thu Apr 20 00:30:42 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13386.  
  13387.     * x-mouse.el: Delete mouse-event-hook; now in keyboard.c.
  13388.  
  13389.     * term/x-win.el (x-switch-definitions, command-switch-alist): Add -bd.
  13390.     (x-set-*): New commands.
  13391.  
  13392.     * startup.el (command-line-1, normal-top-level): Call hooks with
  13393.     run-hooks.
  13394.     * sun-mouse.el: likewise.
  13395.  
  13396.     * mim-mode.el: rename indent-mim-hook to indent-mim-function.
  13397.     * scheme.el: likewise scheme-indent-hook.
  13398.  
  13399.     * lisp-mode.el, cl.el, cl-indent.el, loaddefs.el, sun-mouse.el:
  13400.     *lisp-indent-hook renamed to *lisp-indent-function.
  13401.  
  13402.     * kermit.el (shell-send-input-cr): use run-hooks.
  13403.     * shell.el (shell-send-input): run-hooks wants quoted arg.
  13404.  
  13405.     * simple.el, mlsupport.el, loaddefs.el, c-fill.el, doctor.el:
  13406.     blink-paren-hook and auto-fill-hook renamed to -function.
  13407.  
  13408.     * files.el (diff-switches-function): diff-switches-hook renamed.
  13409.  
  13410.     * compile.el (compile-reinitialize-errors): use run-hooks.
  13411.  
  13412.     * rmail.el (rmail-convert-to-babyl-format): error if unrecognized text.
  13413.  
  13414. Wed Apr 19 23:41:39 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13415.  
  13416.     * replace.el (occur-mode-goto-occurrence): Insure arg to
  13417.     count-lines is@start of line.
  13418.  
  13419.     * replace.el (occur): Removed an extraneous save-excursion.
  13420.  
  13421.     * replace.el (perform-replace): make ! undo as a unit.
  13422.  
  13423. Mon Apr 17 23:38:31 1989  Chris Smith  (csmith@mozart)
  13424.  
  13425.     * icon-mode.el (icon-comment-indent): When auto-fill breaks a
  13426.     line in a bol comment, start the continued line in column 1
  13427.     not column 2.
  13428.  
  13429.     * icon-mode.el (icon-backward-to-noncomment): use parse-partial-sexp
  13430.     so as not to be fooled by # in strings.
  13431.  
  13432.     * icon-mode.el (icon-is-continuation-line): distinguish between
  13433.     tokens that end a statement but cause the following statement to
  13434.     be indented and tokens that cause the following line to be a
  13435.     continuation of the same statement.
  13436.  
  13437. Wed Apr 12 10:45:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13438.  
  13439.     * rmail.el (rmail-message-labels-p): put save-excursion outside.
  13440.  
  13441.     * picture.el (picture-tab): Dumb errors in prefix-arg case.
  13442.  
  13443.     * tags.el (tags-loop-continue): No message if slow terminal.
  13444.  
  13445.     * c-mode.el (c-fill-paragraph): Don't fill a comment together with
  13446.     anything following it.
  13447.  
  13448. Tue Apr 11 01:04:53 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13449.  
  13450.     * lpr.el (print-region-1): For tab-conversion case, insert specd range.
  13451.  
  13452. Fri Apr  7 00:01:53 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13453.  
  13454.     * compile.el (compilation-mode): Doc fix.
  13455.  
  13456.     * loaddefs.el: Autoload ftp-list-directory.
  13457.  
  13458. Thu Apr  6 22:00:26 1989  Edward M. Reingold (reingold@cs.uiuc.edu)
  13459.  
  13460.         * Hook added to list-diary-entries, along with a possible
  13461.           value for that hook which prepares a fancy diary buffer
  13462.           for display.
  13463.  
  13464.         * Holidays integrated into the diary: in the ordinary diary
  13465.           buffer the holidays are given in the mode line.  In the
  13466.           fancy diary buffer the holidays are given in the heading
  13467.           for each date.
  13468.  
  13469.         * Added a new command to tell the holidays on a specific date,
  13470.           parallel to the way diary entries are given for a specific
  13471.           date.  This new command became `h' and the old `h' became
  13472.           `a' to show all the holidays in a three-month period.
  13473.  
  13474. Thu Apr  6 12:27:21 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13475.  
  13476.     * dired.el (dired-flag-backup-files, dired-flag-auto-save-files):
  13477.     With prefix arg, unflag the appropriate class of files.
  13478.  
  13479.     * info.el (Info-tag-table-marker): `read' now stops@end of line,
  13480.     so advance to next line.
  13481.  
  13482.     * info.el (Info-follow-nearest-node):@last line of text,
  13483.     move to next node.
  13484.  
  13485.     * rmail.el (rmail-message-labels-p): Widen.
  13486.  
  13487.     * term/iris-ansi.el: New file.
  13488.     * r2bibtex.el: New file.
  13489.  
  13490.     * files.el (rename-uniquely): New command.
  13491.  
  13492.     * bytecomp.el (byte-recompile-directory): Update mode lines
  13493.     after save-some-buffers.
  13494.  
  13495.     * buff-menu.el (Buffer-menu-visit-tags-table): New fn.
  13496.     (Buffer-menu-mode-map): `t' runs that.
  13497.  
  13498.     * rmail.el (rmail-delete-forward): If no nondeleted msg fwd, go bkwd.
  13499.  
  13500.     * rmail.el (rmail-convert-to-babyl-format, rmail-nuke-pinhead-header):
  13501.     Accept spaces@end of Unix-style From line.
  13502.  
  13503.     * view.el (view-mode): Don't use a recursive edit; instead,
  13504.     save old mode info in local variables.
  13505.     Now two args: buffer to go back to, and fn to apply to viewed
  13506.     buffer when exiting.
  13507.     (view-exit): Restore old mode from those local variables.
  13508.     Apply specified fn to buffer that was viewed.
  13509.     This is on C-c and q.
  13510.     (view-command-loop): Deleted.
  13511.     (view-window-size): Now applies to selected window.
  13512.  
  13513.     * startup.el (normal-top-level): Use PWD envvar to set default dir.
  13514.  
  13515.     * rmail.el (rmail-convert-to-babyl-format):
  13516.     Bind case-fold-search to t for mmdf case.
  13517.  
  13518. Mon Apr  3 23:33:04 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13519.  
  13520.     * modula2.el: Turn m2-newline back on.
  13521.     (various templates): Put relevant variable name in final comment.
  13522.  
  13523. Sun Apr  2 00:24:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13524.  
  13525.     * paths.el (rmail-spool-directory): Treat silicon-graphics-unix
  13526.     like usg.
  13527.  
  13528. Thu Mar 30 16:00:29 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13529.  
  13530.     * files.el: doc fix.
  13531.  
  13532.     * autoinsert.el (insert-auto-insert-files): Mark bfr unmodified
  13533.     if has just the autoinsert file.
  13534.  
  13535.     * sendmail.el: doc fix.
  13536.  
  13537. Wed Mar 29 09:58:39 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13538.  
  13539.     * rmail.el (rmail-insert-inbox-text): Don't insert newline if
  13540.     inserted an empty file.
  13541.  
  13542.     * startup.el: doc fix.
  13543.  
  13544. Wed Mar 29 09:54:28 1989  Edward M. Reingold  (reingold@cs.uiuc.edu)
  13545.  
  13546.     * calendar.el:  Change shift-three-month functions so the name
  13547.             includes the word ``calendar''.
  13548.  
  13549.     * calendar.el (list-diary-entries): Delete extraneous command
  13550.             to indicate buffer is not modified.
  13551.  
  13552. Wed Mar 15 23:20:25 1989  Jeff Peck  (rms@mole.ai.mit.edu)
  13553.  
  13554.     * term/sun.el (sunview-terminal): New default keybindings
  13555.     Check for (getenv "IN_EMACSTOOL") to automatically do emacstool-init.
  13556.  
  13557. Fri Feb 24 15:39:17 1989  Richard Mlynarik  (mly@rice-chex.ai.mit.edu)
  13558.  
  13559.         * terminal.el (terminal-emulator):  Move help message after call-hooks
  13560.         so that correct escape character is mentioned.
  13561.  
  13562. Thu Feb 23 17:35:44 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13563.  
  13564.         * Version 18.53 released(?)
  13565.  
  13566.     * telnet.el: New vars telnet-initial-count and telnet-maximum-count.
  13567.     These replace constants in the code.
  13568.     (telnet, telnet-initial-filter): Use those vars.
  13569.     (telnet-filter): Use subst-char-in-region to change CR to Space.
  13570.     Advance point if insert@end of bfr.
  13571.  
  13572. Tue Feb 21 08:06:07 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13573.  
  13574.     * flame.el: Fix spelling errors.
  13575.  
  13576.     * compile.el (compile-reinitialize-errors): New subroutine
  13577.     broken out from next-error.
  13578.     (compile-goto-error): New command, uses that and next-error.
  13579.     (compilation-mode): New command; sets major mode.
  13580.     (compile-internal): Use that function.
  13581.     (compilation-mode-map): New variable; define C-c C-c.
  13582.  
  13583. Mon Feb 20 09:18:37 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13584.  
  13585.     * lisp-mode.el (indent-sexp): Optional arg says where to stop
  13586.     indenting; if spec', don't stop@end of first sexp.
  13587.     (lisp-indent-region): New fn: use that to do Lisp-style indent-region.
  13588.     (lisp-mode-variables): Set up indent-region-function as that.
  13589.  
  13590.     * c-mode.el (indent-c-exp, c-indent-region, c-mode): Similar changes.
  13591.  
  13592. Sun Feb 19 06:46:52 1989  Richard Stallman  (rms@apple-gunkies.ai.mit.edu)
  13593.  
  13594.     * files.el (set-visited-file-name): Always rename the buffer;
  13595.     make name unique with <NNN> as find-file does.
  13596.  
  13597.     * compile.el (next-error): Prefix arg now says how many errors to move.
  13598.     When parsing more errors incrementally, append to previous list.
  13599.     (compile): Handle new option `compile-window-height'.
  13600.  
  13601. Sat Feb 18 06:16:21 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13602.  
  13603.     * dbx.el (dbx-mode-map): Change C-c w to C-c C-w.
  13604.  
  13605.     * misc.el: New file.
  13606.  
  13607. Fri Feb 17 02:17:19 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13608.  
  13609.     * rmailout.el (rmail-output*): Handle prefix arg and output
  13610.     consecutive nondeleted messages.
  13611.  
  13612.     * rmail.el (rmail-next-undeleted-message): Error if hit eob.
  13613.  
  13614.     * dbx.el (run-dbx): Do expand-file-name.
  13615.  
  13616.     * paths.el (manual-formatted-dirlist): More alternatives in sysV case.
  13617.  
  13618. Wed Feb 15 03:55:23 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13619.  
  13620.     * dbx.el (run-dbx): Set dbx-process.
  13621.     (dbx-stop-at): Use that to decide where to send the string.
  13622.  
  13623. Mon Feb 13 09:33:58 1989  Marc Shapiro  (shapiro@sor.inria.fr)
  13624.  
  13625.         * bibtex.el (bibtex-clean-entry, bibtex-empty-field, bibtex-find-text,
  13626.     bibtex-kill-optional-field, bibtex-next-field, bibtex-pop-next,
  13627.     bibtex-pop-previous, bibtex-cfield, bibtex-enclosing-field,
  13628.     bibtex-enclosing-reference, bibtex-enclosing-regexp, bibtex-flash-entry
  13629.     bibtex-flash-head, bibtex-inside-field, bibtex-make-optional-entry,
  13630.     bibtex-remove-OPT): New functions.
  13631.     (bibtex-find-it, bibtex-make-OPT-entry, bibtex-next-position): Deleted
  13632.     (kill-current-line): Deleted.
  13633.     (bibtex-mode-map): C-c keys to make entries moved to C-c C-e.
  13634.     (general): Use regexps instead of simple-minded cursor motion.
  13635.     New keys include C-c C-p, C-c C-n, C-c C-k, C-c C-d, C-c C-c, TAB, LF.
  13636.  
  13637. Mon Feb 13 02:53:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13638.  
  13639.     * subr.el (suppress-keymap): Undefine chars iff self-inserting,
  13640.     not based on numeric range.
  13641.  
  13642.     * rmail.el (rmail-reply): Don't call rmail-retry-failure.
  13643.     (rmail-mode-map): Put that cmd on C-M-m.
  13644.  
  13645. Sat Feb 11 04:14:24 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13646.  
  13647.     * debug.el (debug-on-entry): Special err msg for functions we
  13648.     can't handle.
  13649.  
  13650. Fri Feb 10 05:11:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13651.  
  13652.     * files.el (list-directory-brief-switches): Value was garbled
  13653.     when VMS changes were installed.
  13654.  
  13655. Thu Feb  9 02:38:10 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13656.  
  13657.     * loaddefs.el (calendar, diary, holidays): Autoload from calendar.el.
  13658.  
  13659. Wed Feb  8 01:41:01 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13660.  
  13661.     * loaddefs.el (ctl-x-4-map): Fully define it here, as sparse keymap.
  13662.     * files.el: not here.
  13663.  
  13664.     * lisp-mode.el (lisp-interaction-mode):
  13665.     Use emacs-lisp-mode-syntax-table
  13666.  
  13667. Tue Feb  7 16:05:51 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13668.  
  13669.     * c-style.el (set-c-style): Delete extra closeparen@end.
  13670.  
  13671.     * tex-mode.el: Doc fixes.
  13672.  
  13673. Sun Feb  5 00:16:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13674.  
  13675.     * uncompress.el (uncompress-backup-file): Uncompress original file
  13676.     when it's time to make it unto a backup.
  13677.  
  13678. Sat Feb  4 00:42:58 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13679.  
  13680.     * files.el: Make certain variables permenant if they are local.
  13681.     * ftp.el: Likewise.
  13682.  
  13683.     * dired.el (dired-rename-file): If file is visited, offer
  13684.     to change visited file name.
  13685.  
  13686.     * tags.el (find-tag, find-tag-other-window, find-tag-regexp):
  13687.     Bugs in interactive arg reading.
  13688.  
  13689.     * dired.el (dired-do-deletion): If list is small enough,
  13690.     display in half the screen.
  13691.  
  13692.     * files.el (basic-save-buffer): Check writability and make backup file
  13693.     only after trying the hooks.
  13694.  
  13695.     * ftp.el (ftp-write-file): do save-excursion.
  13696.     (ftp-write-file-hook): Clear modified-flag here.
  13697.     (ftp-setup-write-file-hooks): Clear read-only flag here.
  13698.     (ftp-sentinal): If input, clear modified flag.
  13699.     Don't bind buffer-read-only across (kill-buffer (current-buffer)).
  13700.  
  13701.     * texinfmt.el (texinfo-format-sp): New fn; handle @sp.
  13702.     (texinfo-format-noop): Handle @titlefont with this.
  13703.  
  13704. Fri Feb  3 18:51:42 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13705.  
  13706.     * files.el (revert-buffer): New hook that replaces just the
  13707.     erase-buffer and the insert-file-contents.
  13708.  
  13709. Mon Jan 30 16:47:50 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13710.  
  13711.     * term/x-win.el (initialization): Go through x-switches list.
  13712.     Don't set window-system-version; C code now does this.
  13713.  
  13714. Sun Jan 29 01:20:57 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13715.  
  13716.     * undigest.el (undigestify-message): Allow submessage to have no
  13717.     `to', just a `from'.
  13718.  
  13719. Sat Jan 28 03:41:45 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13720.  
  13721.     * rmail.el (rmail-reply): Search from msg-beg for rejection indicator
  13722.  
  13723. Thu Jan 26 13:31:28 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13724.  
  13725.     * replace.el (occur-mode-goto-occurrence): error msg fix.
  13726.  
  13727.     * tex-mode.el (tex-mode-syntax-table): Initialize all elts afresh.
  13728.     (tex-common-initialization): Make local var compare-windows-whitespace.
  13729.     Make %-lines separate paragraphs.
  13730.     (latex-mode): No more need to override paragraphs.
  13731.     (tex-categorize-whitespace): New fn helps compare-windows.
  13732.     (tex-insert-quote): Use \\s when categorizing prev. char.
  13733.  
  13734.     * compare-w.el: provide 'compare-w.
  13735.     (compare-windows): Don't set success for just whitespace.
  13736.     Remember start-point in both buffers, and pass as arg to
  13737.     the whitespace-function.
  13738.     If whitespace regexp, back over all whitespace;
  13739.     but don't back up if@end of buffer.
  13740.     Set point for real after each bunch of matches, in case C-g.
  13741.  
  13742. Wed Jan 25 02:47:35 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13743.  
  13744.     * paragraph.el (forward-paragraph): Check for end-of-buffer
  13745.     in forward-loop within backward-loop.
  13746.  
  13747.     * window.el (split-window-vertically): Set window-start and maybe
  13748.     window-point, to avoid scrolling.
  13749.  
  13750. Tue Jan 24 01:58:08 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13751.  
  13752.     * window.el (balance-windows): New command.
  13753.  
  13754.     * subr.el (walk-windows): New function.
  13755.  
  13756. Fri Jan 20 13:08:05 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13757.  
  13758.     * sort.el: doc fix.
  13759.  
  13760.     * server.el (server-buffer-clients): Now a permanent local.
  13761.  
  13762.     * dabbrev.el (dabbrev-expand): case-adapt only if expansion is l.c.
  13763.     (dabbrev-search): downcase the result if found@beg of sentence
  13764.     and only initial is upper case.
  13765.  
  13766. Thu Jan 19 19:33:31 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13767.  
  13768.     * files.el (after-find-file): change calling sequence to sit-for.
  13769.  
  13770.     * bytecomp.el (byte-compile-defun,-defmacro):
  13771.     Compile `defun' and `defmacro' within functions.
  13772.  
  13773. Wed Jan 18 14:32:36 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13774.  
  13775.     * tex-mode.el: Many changes.  TeX changed to tex in all symbols.
  13776.     (tex-open-quote, tex-close-quote): New vars for tex-insert-quote.
  13777.     (tex-insert-quote): Those vars say what to insert.
  13778.     Inserting `"' is done by simply calling self-insert-command.
  13779.     (tex-last-buffer-texed, tex-print-file): New vars.
  13780.     (tex-region): Don't output line before start of header.
  13781.     Set those two variables.
  13782.     (tex-mode-map): C-c C-e and C-c C-f changed.
  13783.     (tex-common-initialization): comment-start-skip changed.
  13784.     (tex-validate-region): Fn renamed, and now leaves point@the error.
  13785.     (tex-terminate-paragraph): must save-excursion.
  13786.     (tex-start-shell):@end, sleep a little if I/O buffer is empty.
  13787.     (tex-file): New fn; save buffers and run TeX on visit file.
  13788.     (tex-print): Print buffer's most recent output, whether from tex-file
  13789.     or tex-region.  Use shell-command to do the printing.
  13790.     (tex-append-dvi): New subroutine.
  13791.  
  13792.     * compare-w.el (compare-windows): Prefix arg means ignore
  13793.     whitespace changes.
  13794.  
  13795.     * bytecomp.el (byte-compile-form, byte-compile-find-vars-1):
  13796.     Handle forms containing explicit lambda-functions.
  13797.  
  13798. Tue Jan 17 16:53:03 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13799.  
  13800.     * texinfmt.el: Define @s (small caps) like @var.
  13801.  
  13802. Sun Jan 15 14:13:17 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13803.  
  13804.     * shell.el (inferior-lisp-mode-map): Copy shared-lisp-mode-map,
  13805.     inherit from shell-mode-map.
  13806.  
  13807.     * files.el (find-alternate-file): Don't drop a necessary `/'.
  13808.  
  13809. Sat Jan 14 23:03:24 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13810.  
  13811.     * startup.el (normal-top-level): Abbrev default directory
  13812.     as in find-file-noselect.
  13813.  
  13814.     * lisp-mode.el (lisp-mode-variables): set parse-sexp-ignore-comments.
  13815.  
  13816. Fri Jan 13 02:21:02 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13817.  
  13818.     * files.el (find-alternate-file): Don't change prefix to `~'
  13819.     unless a slash follows. 
  13820.  
  13821.     * lisp.el (insert-parentheses): skip leading spaces if arg,
  13822.     maybe insert one if no arg.
  13823.  
  13824.     * lisp-mode.el (shared-lisp-mode-map): New map contains shared keys.
  13825.     (*-mode-map): All inherit from that map.
  13826.  
  13827.     * text-mode.el (indented-text-mode-map): Inherit text-mode-map.
  13828.     * rmailedit.el (rmail-edit-map): Likewise.
  13829.     * outline.el (outline-mode-map): Likewise.
  13830.  
  13831.     * c-mode.el (c-fill-paragraph): New cmd, on M-q in C mode.
  13832.     If in a comment, fill with comment delimiters/decoration.
  13833.     (calculate-c-indent-within-comment): New arg after-star
  13834.  
  13835.     * field.el: New file.
  13836.  
  13837. Wed Jan 11 12:58:54 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13838.  
  13839.     * shell.el (shell-send-input): Use run-hooks on
  13840.     shell-set-directory-error-hook.
  13841.  
  13842.     * subr.el (eval-after-load, eval-next-after-load):
  13843.     New fns to put entries on after-load-alist.
  13844.  
  13845.     * c-mode.el (c-backward-to-start-of-if): Stop looping@buffer beg.
  13846.  
  13847. Mon Jan  9 12:37:06 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13848.  
  13849.     * simple.el (zap-to-char): Error if char not found.
  13850.     Killed region now includes the matching char.
  13851.  
  13852. Sat Jan  7 01:01:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13853.  
  13854.     * options.el: doc fix.
  13855.  
  13856.     * mouse.el (mouse-delete-window): Delete window pointed at.
  13857.  
  13858.     * simple.el (backward-delete-char-untabify): In overwrite mode,
  13859.     back over columns clearing them out.
  13860.  
  13861.     * dired.el (dired-get-filename): filename ends before ` ->', not after.
  13862.  
  13863. Fri Jan  6 01:38:43 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13864.  
  13865.     * rmail.el (rmail-retry-failure): Lv cursor on To: line.
  13866.  
  13867.     * compile.el (compile-internal): Delete typo `<'.
  13868.  
  13869.     * tags.el (file-of-tag): Just search backwards.
  13870.     (tag-table-files): Don't worry about char counts.  Just search.
  13871.  
  13872.     * tags.el (next-file): Change NOWARN to NOVISIT:
  13873.     t =>get the file in a reusable temp buffer.
  13874.     (tags-loop-continue): Use NOVISIT while scanning.
  13875.     Use separate form tags-loop-scan to scan for interesting files.
  13876.     If we find one, visit the file for real if nec.
  13877.     then use tags-loop-operate to make changes.
  13878.     (tags-search, tags-query-replace): Use new interface.
  13879.  
  13880.     * files.el (find-file-noselect): Do directory abbrevs first thing
  13881.     so both dir name and file name show the abbreviations.
  13882.  
  13883.     * tags.el (find-tag): Fix bug in last changes.
  13884.  
  13885.     * debug.el (cancel-debug-on-entry): Use empty string for "cancel all".
  13886.     (debug-on-entry-1): Clean err msg for built-in function.
  13887.  
  13888.     * session.el: New file.  Load ~/.emacs-session.
  13889.     Related code moved here from startup.el.
  13890.     * session.el (save-session): New fn. has meat of kill-emacs-hook.
  13891.     Call expand-file-name to expand `~'.
  13892.     Save the value of point, as well.
  13893.  
  13894.     * subr.el: Set run-hooks variable.
  13895.  
  13896.     * tex-mode.el (LaTeX-mode): %@line start separates paragraphs.
  13897.  
  13898.     * files.el (basic-save-buffer): Don't write over directories
  13899.     if file-precious-flag is set.
  13900.  
  13901. Wed Jan  4 23:45:30 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13902.  
  13903.     * sendmail.el (sendmail-send-it): Always pass -f option to sendmail.
  13904.  
  13905.     * tags.el (find-tag): In regexp case, consider only matches that
  13906.     don't go past the DEL char.
  13907.  
  13908. Tue Jan  3 13:31:13 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13909.  
  13910.     * loaddefs.el (auto-mode-alist): Add `.oak'.
  13911.  
  13912. Mon Jan  2 02:49:22 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13913.  
  13914.     * files.el (diff): New command to compare file with its backup.
  13915.     (file-newest-backup): Return newest backup for given filename.
  13916.  
  13917.     * debug.el (debug-on-entry-1): Handle macros here.
  13918.     ({cancel-,}debug-on-entry): instead of here.
  13919.     But here maintain a list debug-function-list of functions set for
  13920.     debug on entry.  nil or empty arg to cancel-... means cancel all.
  13921.     (debugger-list-functions): New command, on `l'.
  13922.     (debugger-jump): Continue to exit of this frame
  13923.     after turning off all debug-on-entries.
  13924.     (debugger-reenable): Turn back on all debug-on-entries that are
  13925.     supposed to be on.  Called from `debug' and other debugging fns.
  13926.  
  13927.     * startup.el (kill-emacs-hook): If save-session-flag is set,
  13928.     write a file ~/.emacs-session recording file and line number.
  13929.     Put (load "~/.emacs-session" t t) (setq save-session-flag t)
  13930.     in your .emacs to enable session saving.
  13931.  
  13932.     * window.el (window-config-to-register, register-to-window-config):
  13933.     New fns, on C-x 6 and C-x 7.
  13934.  
  13935.     * vmsproc.el (subprocess-command-to-buffer): New function.
  13936.  
  13937.     * dired.el (dired-readin): Handle VMS.
  13938.     (dired-get-filename): handle VMS.  Also move handling
  13939.     of LOCALP and NOERROR arguments to the end.
  13940.  
  13941.     * vms-patch.el (vms-read-directory): New function.
  13942.  
  13943.     * loaddefs.el (auto-mode-alist): Add `.for' and `.ltx'.
  13944.  
  13945.     * files.el (list-directory): Support for VMS.
  13946.  
  13947.     * c-style.el: New file.
  13948.  
  13949.     * vt200.el (keyboard-translate-table): Make a table,
  13950.     and use it to interchange ESC and backquote.
  13951.  
  13952. Sun Jan  1 14:21:26 1989  Richard Stallman  (rms@mole.ai.mit.edu)
  13953.  
  13954.     * gdb.el (gdb-mode-map): continue now C-c C-p.
  13955.  
  13956.     * tags.el (find-tag-default): If not inside a tag, use previous
  13957.     or next tag found on current line.  Never go outside current line.
  13958.  
  13959.     * sendmail.el (mail-mode-map): Make map inherit from text-mode-map.
  13960.  
  13961. Sat Dec 31 01:07:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13962.  
  13963.     * files.el (find-alternate-file): Abbreviate homedir as `~'.
  13964.  
  13965.     * files.el (find-file-noselect): perform abbreviations on the
  13966.     directory name when setting the default--from directory-abbrev-alist.
  13967.  
  13968. Fri Dec 30 18:40:19 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13969.  
  13970.     * tags.el (next-file): New arg means don't warn of readonly file, etc.
  13971.     (tags-loop-continue): Don't warn and don't do local vars when scanning.
  13972.     If scanning makes a new buffer, kill it and re-find the file "for real"
  13973.     after exiting the scanning loop.
  13974.  
  13975.     * files.el (hack-local-variables): Change `inhibit-local-variables'
  13976.     to `enable-local-variables'.  Now three alternative values:
  13977.     nil (ignore them), t (use them) or otherwise (query).
  13978.  
  13979.     * startup.el (command-line-1): Rearrange startup message.
  13980.  
  13981. Thu Dec 29 14:23:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13982.  
  13983.     * compile.el (compilation-sentinel): Set OPOINT, OMAX in proper buffer.
  13984.  
  13985. Wed Dec 28 15:02:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  13986.  
  13987.     * lpr.el (print-region-1): Anything except `berkeley-unix',
  13988.     treat like USG.
  13989.  
  13990.     * picture.el (picture-tab): Use move-to-tab-stop.
  13991.     * indent.el (move-to-tab-stop): Like tab-to-tab-stop but just move
  13992.     point; don't change buffer unless nec. to get a spot to move to.
  13993.  
  13994.     * indent.el (indent-region): If have fill-prefix, make each line
  13995.     start with the prefix.
  13996.  
  13997.     * awk-mode.el: New file.
  13998.     * loaddefs.el: Add autoload and auto-mode-alist entry.
  13999.  
  14000. Sat Dec 24 15:13:59 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14001.  
  14002.     * mail-utils.el (mail-strip-quoted-names): Handle nested comments.
  14003.  
  14004.     * gdb.el (gdb-refresh): Call `recenter'.  Take prefix arg and pass it.
  14005.  
  14006. Fri Dec 23 17:26:55 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14007.  
  14008.     * dired.el (dired-get-filename): Handle spaces in filenames.
  14009.  
  14010. Thu Dec 22 02:46:25 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14011.  
  14012.     * term/at386.el: Eric Raymond's changes to work with keypad.el.
  14013.  
  14014.     * loaddefs.el (completion-ignored-extensions): add .a and .ln.
  14015.  
  14016.     * shell.el (shell-set-directory): Convert // to one /,
  14017.     so Emacs emulates Unix conventions.
  14018.     (shell-unduplicate-slashes): New fn to convert a string that way.
  14019.  
  14020.     * info.el (Info-edit-map): Make this inherit text-mode-map,
  14021.     instead of copying that.  TEST THIS LATER.
  14022.  
  14023.     * dired.el (dired-readin): Add the `d' option, if wildcard pattern.
  14024.  
  14025.     * gdb.el: Commands changed: M-c, M-u, M-d now use C-c prefix.
  14026.     (gdb-maybe-delete-prompt, gdb-call):
  14027.     Handle the fact that insertion is done with insert-before-markers.
  14028.     Also delete multiple prompts if they arrive in succession.
  14029.     Also work properly if buffer contains an unsent partial input line.
  14030.     Value of gdb-delete-prompt-marker is now a list:
  14031.     (BEG-OF-LINE-MARKER PROMPT-LENGTH PROMPT-STRING).
  14032.  
  14033. Wed Dec 21 11:16:48 1988  Chris Hanson  (cph@kleph)
  14034.  
  14035.     * telnet.el (telnet-filter): Don't insert ^M's into the buffer.
  14036.     Don't force point to move to end of buffer;
  14037.     `insert-before-markers' will move it if that is appropriate.
  14038.  
  14039.     * netunam.el: New file supports hp-ux `RFA' feature.
  14040.  
  14041. Tue Dec 20 01:53:03 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14042.  
  14043.     * backquote.el, loaddefs.el: doc fix.
  14044.  
  14045. Sun Dec 18 00:39:24 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14046.  
  14047.     * keypad.el: Change from character numbers to named characters
  14048.     in the function keymap.
  14049.  
  14050. Fri Dec 16 12:53:20 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14051.  
  14052.     * files.el (find-file-noselect): Mention file name when asking
  14053.     whether to read new version from disk.
  14054.  
  14055. Wed Dec 14 12:04:01 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14056.  
  14057.     * mouse.el: New file; window-system-independent parts of mouse support.
  14058.     * x-mouse.el: Parts moved to mouse.el.  Require 'mouse.
  14059.  
  14060.     * rmail.el (rmail-make-in-reply-to-field): Regexp had nested loops.
  14061.  
  14062.     * term/x-win.el: Add missing arg to set-input-mode.
  14063.  
  14064. Mon Dec 12 15:21:39 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14065.  
  14066.     * telnet.el (telnet-send-input): Save input in telnet-previous-input
  14067.     (telnet-mode): Make that var buffer-local.
  14068.     (telnet-copy-last-input): New fn to yank that var; now on C-c C-y.
  14069.  
  14070.     * loaddefs.el (replace-string): Fix doc typo causing bug.
  14071.  
  14072. Sat Dec 10 14:51:24 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14073.  
  14074.     * compile.el (compile-internal): Get old compile process just once.
  14075.  
  14076.     * hideif.el, keypad.el, terminal.el:
  14077.     Add new arg to calls to where-is-internal.
  14078.  
  14079.     * x-mouse.el (mouse-binding-names): Set up this table.
  14080.  
  14081.     * sort.el (sort-columns): On VMS, use sort-subr to do the work.
  14082.  
  14083.     * rmail.el (rmail-insert-inbox-text): Vary name of .newmail file
  14084.     based on name of inbox file.
  14085.  
  14086. Wed Dec  7 15:15:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14087.  
  14088.     * shell.el (shell): Do M-x shell-mode only if new buffer.
  14089.     Don't bother setting NAME; it's not used again.
  14090.  
  14091. Tue Dec  6 18:56:21 1988  Richard Mlynarik  (mly@peduncle.ai.mit.edu)
  14092.  
  14093.         * files.el (toggle-read-only):  +ve prefix arg means to set read-only
  14094.  
  14095. Sun Dec  4 12:05:34 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14096.  
  14097.     * debug.el (cancel-debug-on-entry): Fix typo in handling macros.
  14098.  
  14099.     * spell.el (spell-region): Win if spell-filter is buffer-local.
  14100.  
  14101.     * c-mode.el (electric-c-terminator): Don't use a marker
  14102.     to handle auto-fill from newline.  Do it as in electric-c-brace.
  14103.     * keypad.el (function-key-sequence): Pass t as new arg.
  14104.  
  14105.     * rmailout.el (rmail-output-to-rmail-file):
  14106.     Temporarily undelete the message while it is being copied.
  14107.  
  14108.     * texinfmt.el (texinfo-format-emph): Was failing to rescan result.
  14109.  
  14110. Sat Dec  3 09:06:27 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14111.  
  14112.     * rmail.el (rmail-reply): On a bounce notice, do rmail-retry-failure.
  14113.     (rmail-retry-failure): Set up to re-edit and re-send original msg.
  14114.  
  14115. Thu Dec  1 23:54:29 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14116.  
  14117.     * dbx.el (dbx-filter): Use insert-before-markers.
  14118.     * gdb.el (gdb-filter):  Likewise...
  14119.     * kermit.el (kermit-clean-filter):
  14120.     * mh-e.el (mh-process-demon):
  14121.     * telnet.el (telnet-filter):
  14122.     * terminal.el (te-filter):
  14123.  
  14124. Wed Nov 30 06:51:22 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14125.  
  14126.     * rmail.el (rmail-convert-to-babyl-format): Turn case-fold-search off
  14127.     since `from' in l.c. can appear@beg of line within a
  14128.     Unix-format message.
  14129.  
  14130.     * files.el (set-auto-mode): Call the mode function outside
  14131.     of the save-excursion, so mode hooks can move point.
  14132.  
  14133.     * replace.el (occur-mode-goto-occurrence): Don't lose if not@col 0.
  14134.  
  14135. Fri Nov 25 13:36:27 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14136.  
  14137.     * bytecomp.el (byte-compile-function-form):
  14138.     For symbol as arg, return the symbol, not its function definition.
  14139.  
  14140. Sat Nov 19 13:16:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14141.  
  14142.     * tags.el (tags-completion-alist): New local var of each tag table,
  14143.     holding alist of all tags in it.  Also a function to compute the alist.
  14144.     (visit-tags-table-buffer): Make that var local.
  14145.     (visit-tags-table): Compute the alist unless already done.
  14146.     (find-tag-tag): Do completing read using the alist.
  14147.  
  14148. Thu Nov 17 17:27:30 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14149.  
  14150.     * sendmail.el (mail-sent-via): New command, entered in mail-mode-map.
  14151.  
  14152.     * files.el (find-alternate-file): Include old filename in
  14153.     initial contents of minibuf.
  14154.  
  14155.     * files.el (file-name-sans-versions):
  14156.     Fuller knowledge of VMS version numbers.
  14157.  
  14158. Tue Nov 15 16:16:53 1988  Richard Mlynarik  (mly@peduncle.ai.mit.edu)
  14159.  
  14160.         * rmail.el (rmail-make-in-reply-to-field):  I'm sick of seeing
  14161.         illegal headers generated by rmail.
  14162.         Note that this change undoes rms' change of 4-Jul-88" -- I'll
  14163.         check to see why that change was made in the first place.
  14164.  
  14165.         * rmail.el (rmail-forward): Set `forwarded' attribute only if mail
  14166.         is sent.
  14167.  
  14168. Tue Nov 15 15:28:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14169.  
  14170.     * startup.el (command-line): Don't set mode of *scratch* if .emacs did.
  14171.     (command-line-1): Avoid binding load-path for -l switch.
  14172.  
  14173. Sun Nov 13 21:09:47 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14174.  
  14175.     * time.el (display-time): Use pipes--don't waste a pty.
  14176.     * ispell.el (start-ispell): Likewise.
  14177.  
  14178. Fri Oct 21 11:30:51 1988  Chris Hanson  (cph@kleph)
  14179.  
  14180.     * xscheme.el (xscheme-send-control-g-interrupt,
  14181.     xscheme-send-interrupt): Don't use second argument to
  14182.     `interrupt-process' or `quit-process'.  These aren't needed and
  14183.     they actually cause the wrong effect on Ultrix.
  14184.  
  14185. Wed Oct 12 13:15:56 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14186.  
  14187.     * rmail.el (rmail): Don't process local-variables specs in RMAIL files.
  14188.  
  14189. Mon Oct 10 13:14:50 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14190.  
  14191.     * files.el (list-directory): Handle non-ex dirs properly.
  14192.     Use file-name-as-directory when appro.
  14193.     Simplify testing for dir-name vs. file-pattern.
  14194.  
  14195.     * rmail.el (rmail-set-attribute): Optional 3rd arg is message #.
  14196.     * sendmail.el (mail, mail-other-window, mail-setup):
  14197.     7th arg is list of (FCN . ARGS) to perform when msg is sent.
  14198.     * rmail.el (rmail-reply): Don't set `answered' now;
  14199.     use new arg to mail-other-window to get that done later.
  14200.  
  14201. Sat Oct  8 02:51:33 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14202.  
  14203.     * gomoku.el, resume.el: New files.
  14204.  
  14205.     * server.el (server-visit-files): Run server-visit-hook.
  14206.  
  14207.     * electric.el (shrink-window-if-larger-than-buffer):
  14208.     Make proper buffer current when buffer-local let-vars are unwound.
  14209.  
  14210. Fri Oct  7 06:32:52 1988  Chris Hanson  (cph@kleph)
  14211.  
  14212.     * texinfmt.el (texinfo-format-defun-1): Don't upcase &-keywords in
  14213.     @defun argument lists.
  14214.  
  14215. Fri Oct  7 00:20:58 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14216.  
  14217.     * term/vt100.el (vt100-wide-mode): New function to toggle 132-col mode.
  14218.  
  14219.     * replace.el (perform-replace): typos in doc string.
  14220.  
  14221. Thu Oct  6 01:08:28 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14222.  
  14223.     * files.el (recover-file): Don't turn-off auto-save.
  14224.  
  14225.     * time.el (display-time-filter): rmail-pop-up non-nil
  14226.     says, if have new mail, pop up rmail window and read it in.
  14227.  
  14228. Wed Oct  5 18:08:53 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14229.  
  14230.     * compile.el (compile-internal): Must do fundamental-mode *before*
  14231.     make-local-variable.
  14232.  
  14233. Tue Oct  4 16:36:43 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14234.  
  14235.     * files.el (backup-buffer): Chase symlinks and backup their target.
  14236.  
  14237. Mon Oct  3 00:41:46 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  14238.  
  14239.     * compile.el (compile-internal): New name for compile1.
  14240.     Doc changes in many functions.
  14241.  
  14242. Fri Sep 30 15:52:30 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14243.  
  14244.     * loaddefs.el: autoload mail-mode.
  14245.  
  14246. Thu Sep 29 15:04:23 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14247.  
  14248.     * man.el (nuke-nroff-bs): Delete ESC 7, ESC 8, ESC 9.
  14249.     (manual-entry): Put the arg into the buffer name.
  14250.  
  14251. Wed Sep 28 15:03:11 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14252.  
  14253.     * term/s4.el: Fix typo in `select' key, undefine ESC 0 and ESC 9.
  14254.  
  14255.     * mailalias.el (expand-mail-alias): New arg EXCLUDE is regex to delete.
  14256.  
  14257.     * loaddefs.el (auto-mode-alist): nroff-mode for .me, .mm, .[1-9].
  14258.  
  14259.     * compile.el (next-error): Support multiple compilation buffers.
  14260.     (compile1): Likewise.  New variable compilation-error-buffer.
  14261.     Variable compilation-process eliminated.
  14262.     compilation-error-buffer records which buffer next-error should use.
  14263.     (compilation-sentinel): Use positive indices in current-time-string.
  14264.  
  14265. Tue Sep 27 22:23:38 1988  Chris Hanson  (cph@kleph)
  14266.  
  14267.     * dired.el (dired-chown): hp-ux puts the chown program in /bin,
  14268.     not /etc.
  14269.  
  14270. Tue Sep 27 00:46:34 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  14271.  
  14272.     * files.el (delete-auto-save-file-if-necessary): New arg FORCE.
  14273.     Delete only if file is recent or if FORCE.
  14274.     (basic-save-buffer): Pass t for FORCE if auto save file was recent.
  14275.     (rename-auto-save-file): Don't rename file if not recent.
  14276.  
  14277.     * sendmail.el (mail-send): Query if buffer unmodified (already sent).
  14278.  
  14279. Mon Sep 26 15:14:15 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14280.  
  14281.     * prolog.el (run-prolog): Use new var prolog-program-name.
  14282.  
  14283.     * compile.el (compile1): Don't call save-some-buffers.
  14284.     (compile, grep): Call it here.
  14285.  
  14286.     * compile.el (compile1): Two new args PARSER and REGEXP
  14287.     control local bindings for compilation-parse-errors-hook
  14288.     and compilation-error-regexp.
  14289.     (next-error): Call compilation-parse-errors-hook to parse errors.
  14290.     Save the entire list in compilation-old-error-list.
  14291.     Don't clear markers when used; put them in compilation-last-error.
  14292.     (compilation-forget-errors): Clear all the markers that were made.
  14293.  
  14294. Sun Sep 25 12:59:18 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14295.  
  14296.     * text-mode.el (change-log-mode): New function.
  14297.     * loaddefs.el: Use that for ChangeLog files.
  14298.     * add-log.el (add-change-log-entry): Don't set major or minor modes.
  14299.  
  14300.     * tags.el (select-tags-table): New; offers menu for of tags tables.
  14301.     (visit-tags-table): Add each tags table to tags-table-file-list.
  14302.  
  14303.     * tags.el (find-tag): New arg REGEXP means 1st arg is a regexp.
  14304.     (last-tag): Now can be a list, whose car is a regexp.
  14305.     Means find-tag to repeat same tag should do regexp search.
  14306.     (find-tag-regexp): New command.
  14307.  
  14308.     * tags.el (tags-loop-continue): If we don't stop in a buffer
  14309.     and it isn't modified, kill it when get the next one.
  14310.  
  14311.     * bibtex.el: Greatly revised by Marc Shapiro.
  14312.  
  14313. Fri Sep 23 00:35:33 1988  Richard Stallman  (rms@hobbes.ai.mit.edu)
  14314.  
  14315.     * sendmail.el (sendmail-send-it): Change "s:" to "subject:".
  14316.  
  14317. Wed Sep 21 01:02:53 1988  Richard Stallman  (rms@hobbes.ai.mit.edu)
  14318.  
  14319.     * float.el (abs): Define it as in cl.el and mim-mode.el.
  14320.  
  14321.     * doctor.el (doctor-member): New name for `member'.
  14322.  
  14323.     * subr.el (mod): Name deleted.
  14324.  
  14325.     * mlsupport.el (setq-default): Defn deleted; data.c does it.
  14326.  
  14327.     * edt.el (edt-beginning-of-window): Function renamed.
  14328.     (edt-delete-previous-word): Function renamed.
  14329.     (edt-line-to-{top,bottom}-of-window): Function renamed.
  14330.  
  14331.     * cl.el: require cl, so that byte-compiler will load it.
  14332.  
  14333.     * lpr.el (print-region-1): Don't pass -T, -J switches on sysv.
  14334.  
  14335.     * bibtex.el (bibtex-entry): Insert comma only if both
  14336.     required and optional are non-nil.
  14337.  
  14338.     * autoinsert.el: Change defconst to defvar.
  14339.  
  14340. Mon Sep 19 18:49:10 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14341.  
  14342. *    * shell.el: New commands TAB, M-n, M-p.
  14343.     (shell-complete-file-name): New function.
  14344.     (shell-completion-cleanup): New function, called from
  14345.     kill-shell-input and shell-send-input.
  14346.     (kill-output-from-shell): Kill back to last recognized prompt.
  14347.     (shell-{next,prev}-command): New motion commands.
  14348.  
  14349. *    * text-mode.el (center-region): Don't change blank lines.
  14350.  
  14351. Sat Sep 17 17:27:47 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14352.  
  14353. *    * lisp.el (beginning-of-defun): Obey new var defun-prompt-regexp.
  14354.  
  14355. Fri Sep 16 00:34:47 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  14356.  
  14357.     * files.el (find-alternate-file): Don't kill OBUF if still current.
  14358.  
  14359.     * subr.el (start-process-shell-command): Start subprocess, exec'ing
  14360.     via the shell.
  14361.     * compile.el (compile1): Call that.
  14362.  
  14363. *    * server.el (server-temp-file-p): New function for recognizing
  14364.     which files are temp files.
  14365.     (server-edit): Call it.
  14366.     (server-temp-file-regexp): Variable that controls the function.
  14367.  
  14368. *    * outline.el (outline-minor-mode): New command; adds outline-mode-ness
  14369.     to current major mode.
  14370.     (outline-heading-end-regexp): New variable; how to find end of heading.
  14371.     (outline-end-of-heading): Move fwd to end of heading.
  14372.     So that a heading can be more than one line.
  14373.     Various functions call this.
  14374.     (outline-level): Now it's the indentation of the end of what matches.
  14375.  
  14376. Thu Sep 15 17:30:08 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14377.  
  14378.     * compile.el (grep): Use grep-command for program.
  14379. *    * loaddefs.el (grep-command): New variable.
  14380.     (compile-command): Moved to compile.el.
  14381.  
  14382.     * c-mode.el (electric-c-terminator): Make insertpos a marker.
  14383.  
  14384.     * c-mode.el (c-indent-command): `interactive' should follow doc string.
  14385.  
  14386. Tue Sep 13 22:49:02 1988  Richard Stallman  (rms@corn-chex.ai.mit.edu)
  14387.  
  14388.     * hideif.el (hif-tokenize): Typo in token string.
  14389.  
  14390. Mon Sep 12 14:56:40 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14391.  
  14392.     * help.el (locate-library): New command.
  14393.  
  14394.     * cl-indent.el (common-lisp-indent-hook): New clause for `,'.
  14395.  
  14396.     * c-mode.el (c-backward-to-noncomment): Stop better@beg of bfr.
  14397.  
  14398.     * info.el (Info-find-file): Clear buffer-file-name before calling
  14399.     erase-buffer.
  14400.  
  14401. Tue Sep  6 21:03:07 1988  Richard Stallman  (rms@mole.ai.mit.edu)
  14402.  
  14403.     * loaddefs.el (shell-prompt-pattern): Allow prompt enclosed in parens.
  14404.  
  14405.     * lisp-mode.el (calculate-lisp-indent): bug in lisp-indent-offset case.
  14406.